Python Chinese

Fredrik Lundh fredrik at pythonware.com
Fri Nov 19 08:36:18 EST 1999


Ulf Engstrøm <b2blink at hotmail.com> wrote:
> Is there any way to use Python with Chinese and other asian chars?
> If not, are there any plans to make this compability?

python's string type is 8-bit clean and doesn't
care about encodings (you have to keep track
of that yourself).

and yes, python 1.6 will grow unicode support,
which also includes support for various codecs.

</F>

<!-- (the eff-bot guide to) the standard python library:
http://www.pythonware.com/people/fredrik/librarybook.htm
(news: just posted an errata for the 'first printing') -->






More information about the Python-list mailing list