ISO-8859-2

Gerhard Häring gh_pythonlist at gmx.de
Mon Jan 14 09:07:41 EST 2002


Le 14/01/02 à 14:53, Maciej Muran écrivit:
> HI,
> I'm looking for Python 2.2 interpreter (Win32 platform) who can use
> ISO-8859-2 fonts in comments.

The Python interpreter doesn't know anything about fonts.

Probably you mean you want to use latin2 (iso-8859-2) as character set
for your comments?

"Normal" comments shouldn't matter. Do you mean docstrings?

Gerhard
-- 
mail:   gerhard <at> bigfoot <dot> de       registered Linux user #64239
web:    http://www.cs.fhm.edu/~ifw00065/    OpenPGP public key id 86AB43C0
public key fingerprint: DEC1 1D02 5743 1159 CD20  A4B6 7B22 6575 86AB 43C0
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))




More information about the Python-list mailing list