unicode and __repr__()

"Martin v. Löwis" martin at v.loewis.de
Thu Apr 19 03:29:39 EDT 2007


Martin Drautzburg schrieb:
> I am using UTF-8 and assembling the string expression
> manually works okay and the umlaute appear correctly in the browser (so
> I could probably write my own serializer and it would work).

That's what you should do. Or you can use one that people have already
written, e.g.

http://cheeseshop.python.org/pypi/simplejson

Regards,
Martin



More information about the Python-list mailing list