> 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)

I'm more confused now... if it is an option but the default for the option is yes,
isn'it equal to it being on by default?  (And what does 'yes' mean?  ucs2?)

> 
> 

Reply via email to