> Getting the Default charset (no Charset set in command line or
> plucker.ini) with Python 2.0b1 work fine but using Python 1.52 it does
> not work. Do you have an idea?

No, it doesn't work on UNIX either; the locale.getlocale() call isn't
in 1.5.2.  I just punt on that case, and say that the default charset
is unknown, which is a case we have to handle anyway.  Presumably
people are moving to Python 2.0, 2.1, and real soon now 2.2.

Bill

Reply via email to