[PD] UTF-8 for pd-devel WAS: locales for Pd WAS: japanese encoded chars in PD

2009-02-17 Thread Bryan Jurish
morning Hans, morning list, So I've tried to get the pd-devel 0.41.4 branch to use UTF-8 across the board. The TK side was easy (as Hans predicted); really just a call to {fconfigure} in ::pd_connect::configure_socket. I also set the output encoding to UTF-8 on Tk's stdout and stderr, for debugg

Re: [PD] UTF-8 for pd-devel WAS: locales for Pd WAS: japanese encoded chars in PD

2009-02-19 Thread Hans-Christoph Steiner
This is good news! While the C changes aren't dead simple, they are not bad. I think they could be slightly simplified. One thing that would make it much easier to read the diff is if you create it without whitespace changes. So like this: svn diff -x -w As for the Tcl changes, I think

Re: [PD] UTF-8 for pd-devel WAS: locales for Pd WAS: japanese encoded chars in PD

2009-02-19 Thread Bryan Jurish
moin Hans, moin list, On 2009-02-19 18:43:49, Hans-Christoph Steiner appears to have written: > > This is good news! While the C changes aren't dead simple, they are not > bad. I think they could be slightly simplified. One thing that would > make it much easier to read the diff is if you cre

Re: [PD] UTF-8 for pd-devel WAS: locales for Pd WAS: japanese encoded chars in PD

2009-02-19 Thread Hans-Christoph Steiner
On Feb 19, 2009, at 4:13 PM, Bryan Jurish wrote: > moin Hans, moin list, > > On 2009-02-19 18:43:49, Hans-Christoph Steiner > appears to > have written: >> >> This is good news! While the C changes aren't dead simple, they >> are not >> bad. I think they could be slightly simplified. One

Re: [PD] UTF-8 for pd-devel WAS: locales for Pd WAS: japanese encoded chars in PD

2009-02-20 Thread Bryan Jurish
moin all, On 2009-02-20 06:20:18, Hans-Christoph Steiner appears to have written: > On Feb 19, 2009, at 4:13 PM, Bryan Jurish wrote: >> moin Hans, moin list, On 2009-02-19 18:43:49, Hans-Christoph >> Steiner appears to have written: >>> One other thing, it seems that the ASCII char are handled >