[Python-3000] str/unicode tests: pyexpat.c and read(n) (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Sun Jul 22 10:00:18 CEST 2007
- Previous message: [Python-3000] str/unicode tests: pyexpat.c and read(n)
- Next message: [Python-3000] str/unicode tests: pyexpat.c and read(n)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Sure, normally XML is serialized to bytes, but it is also serializable to unicode, and that's a useful feature to have (if implementable).
It's not reasonably implementable; users who have use cases will have to encode as UTF-8 first.
Regards, Martin
- Previous message: [Python-3000] str/unicode tests: pyexpat.c and read(n)
- Next message: [Python-3000] str/unicode tests: pyexpat.c and read(n)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]