[PD] japanese language and text3d

Jack jack at rybn.org
Sun Feb 10 15:54:47 CET 2013


Le 10/02/2013 04:18, philippe boisnard a écrit :
> Hello 
>
> I hav a big problem : I have read thread about the integration of language in text3d but it does not work
> I try to use 
>
> [number
> I
> [string(
> I
> [text3d]
>
> but I have no  result in the other languages than english or french.
>
> I try to use japanese and no result too ? 
>
> I m in OSX 10.7.5 
>
> and 43.4 for pd-extended
>
> Do you know where is the problem ? 
>
>
> philippe
>
> _______________________________________________
> Pd-list at iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hello Philippe,

According to :
http://fr.wikipedia.org/wiki/Unicode
You need to send the good [string( value to [text3d].
As you can see for japanese, it seems to be (in hexa) between 3040 and 30FF.
Convert this in decimal and it should be OK. Maybe between 12352 and
12543 ? ;)
And if i am right you need a Gem version > 0.93.
++

Jack





More information about the Pd-list mailing list