internationalization problem...

Martin v. Löwis loewis at informatik.hu-berlin.de
Thu May 2 13:51:54 EDT 2002


Johann <programisci at NOSPAM.murator.com.pl> writes:

> Thanx, it helped. I have still problem with other two coding
> (window-1250 and mac-pl) but I am afraid I have to write my own
> functions for translation.

Instead of 'window-1250', use 'cp1250' (in Python 2.3, you can also
use 'windows-1250'). Instead of 'mac-pl', use 'mac-latin2' (or
'maclatin2', or 'maccentraleurope').

Please see the lib/encodings directory of Python for a list of
available encodings.

HTH,
Martin



More information about the Python-list mailing list