On 10/07/2012 06:51 AM, J Oliver wrote:
> that's a bit weirder and might well be a bug in Gem.
>> please send a patch that exhibits this problem.
> 
> Attached
> 


your patch is encoded in some ISO-8859 encoding, while Gem expects a
UTF-8 encoded string with the "text" message.

this most likely hints, that you are using an older version of Pd
(<0.43). one of the biggest things about Pd-0.43 is probably it's full
UTF-8 support, which should fix all these problems.

i converted your patch file to UTF-8, and now it works ok:
$ iconv -f ISO-8859-15 -t UTF-8 accents.pd > accents-UTF8.pd

as another check, i switched my keyboard layout to hebrew and entered
the text via a symbolbox and it displayed just fine (though it got the
font-direction wrong; but it's probably best to leave bidirectional text
handling out of Gem's scope and move that to a separate external).

for those tests i was using the stock debian packages (puredata-0.43.2-4
& gem-0.93.3-5)


fgmadr
IOhannes
#N canvas 357 22 363 165 10;
#N canvas 548 240 450 300 gemwin 0;
#X obj 88 131 gemwin;
#X msg 100 84 destroy \, 0 \, dimen 320 240 \, create \, 1;
#X obj 102 57 loadbang;
#X connect 1 0 0 0;
#X connect 2 0 1 0;
#X restore 24 7 pd gemwin;
#X obj 18 57 gemhead;
#X text 271 -13 correct;
#X text 267 14 incorrect;
#X msg 177 -10 list avión;
#X msg 178 12 list avió;
#X msg 180 66 list én;
#X msg 183 88 list é;
#X text 253 62 correct;
#X text 249 89 incorrect;
#X obj 18 78 text3d avión;
#X connect 1 0 10 0;
#X connect 4 0 10 0;
#X connect 5 0 10 0;
#X connect 6 0 10 0;
#X connect 7 0 10 0;
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to