XML can't read Unicode shock horror. News at 11.
Martin von Loewis
loewis at informatik.hu-berlin.de
Wed Oct 31 05:45:51 EST 2001
More information about the Python-list mailing list
Wed Oct 31 05:45:51 EST 2001
- Previous message (by thread): XML can't read Unicode shock horror. News at 11.
- Next message (by thread): XML can't read Unicode shock horror. News at 11.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Dale Strickland-Clark <dale at riverhall.NOTHANKS.co.uk> writes: > I see that this is probably the same as Python bug #216388 which has > been around for over a year and been given a low priority (3). It is not the same bug. Even if cStringIO supported Unicode objects, expat would still require byte strings. > Non-unicode XML is a bit restrictive. :-( Why do you think so? XML documents are byte sequences, not character strings. The *content* is Unicode; the document is not. Regards, Martin
- Previous message (by thread): XML can't read Unicode shock horror. News at 11.
- Next message (by thread): XML can't read Unicode shock horror. News at 11.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list