On Sun, Jan 25, 2004 at 03:10:02PM +0900,
 Jungshik Shin <[EMAIL PROTECTED]> wrote 
 a message of 20 lines which said:

>  I was a bit surprised to find that Python was listed as using UTF-16
> (for the internal representation) 

Indeed, this is wrong, it is a compilation option. Here is the output
of the configure script of the last version of Python:

~/tmp/python2.3 % ./configure --help | grep -i unicode
  --enable-unicode[=ucs[24]]
                          Enable Unicode strings (default is yes)

Reply via email to