Multibyte Character Surport for Python

Gerhard Häring gerhard at bigfoot.de
Sat May 11 20:38:02 EDT 2002


Martin v. Loewis wrote in comp.lang.python:
> More often, you find the position that Python source code should be
> restricted to UTF-8, period.

That's what I'd prefer to see rather sooner than later.

> The counter-position to that is: what about existing code,

recode(1)

> and what about people who don't have UTF-8 editors?

http://www.vim.org/, http://www.xemacs.org/ And certainly the
commercial Python IDEs would support this very soon, too.

Gerhard
-- 
mail:   gerhard <at> bigfoot <dot> de       registered Linux user #64239
web:    http://www.cs.fhm.edu/~ifw00065/    OpenPGP public key id AD24C930
public key fingerprint: 3FCC 8700 3012 0A9E B0C9  3667 814B 9CAA AD24 C930
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