in reply to Re: Unicode in Tk
in thread Unicode in Tk
I'm familiar with Perl's issues with UTF8, and reported many bugs myself. In my example program, the \x{xxxx} construct is used, which does work (puts the corresponding UTF8 into the string's representation) and forces the object into character-orientation (though I didn't check for sure in this test program; I know that from other utf8 experience and bugs in functions that don't respect it properly).
So what is that “latest” version, and is it working on Win32 platform?
—John
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Unicode in Tk
by ff (Hermit) on Oct 17, 2002 at 00:11 UTC |