Chinese language support of Python?

Martin v. Loewis martin at v.loewis.de
Sat Jul 6 16:52:26 EDT 2002


Boudewijn Rempt <boud at valdyas.org> writes:

> > root.title('中文') # this is Chinese
[...]
> If you use _real_ unicode -- for instance 
>  root.title(u'\u028A\u0288') # no chinese, because of lacking fonts, but IPA
> then everything works fine -- at least, with my window manager, on my OS.

It's more likely that the OP meant

root.title(u'\u4e2d\u6587')

Regards,
Martin



More information about the Python-list mailing list