Strange behavior in PythonWin IDE

Christopher Koppler klapotec at chello.at
Fri Nov 28 12:57:29 EST 2003


On Fri, 28 Nov 2003 17:16:52 GMT, Anders Eriksson <ameLista at telia.com>
wrote:

>On Fri, 28 Nov 2003 11:02:42 -0500, John Roth wrote:
>
>> 1. To eliminate the depreciation warning, you do need to put in the
>> correct pep-0263 character set declaration line. I believe this will
>> become a fatal error in 2.4
>> 
>Ok! I understand how to enter the encoding line, but I can't find any list
>of which encodings that are legal. Is there such a list?

The Python Library Reference, Section 4.9.2: Standard Encodings

In Sweden, as in most of western Europe, you're probably looking for
latin_1 or iso-8859-15 (the same with Euro currency symbol).

--
Christopher




More information about the Python-list mailing list