This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jaylogan
Recipients jaylogan
Date 2008-08-31.19:43:36
SpamBayes Score 0.034870625
Marked as misclassified No
Message-id <1220211818.88.0.0185485536041.issue3742@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.0b2 will not parse the XML file located at
http://rubyquiz.com/SongLibrary.xml.gz

It complains of a UnicodeEncodeError 
'charmap' codec can't encode character '\xc8' in position 45: ch
aracter maps to <undefined>

I included a sample program, just in case I was doing something wrong
while coding.

Python 3.0b2 (r30b2:65106, Jul 18 2008, 18:44:17) [MSC v.1500 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
History
Date User Action Args
2008-08-31 19:43:38jaylogansetrecipients: + jaylogan
2008-08-31 19:43:38jaylogansetmessageid: <1220211818.88.0.0185485536041.issue3742@psf.upfronthosting.co.za>
2008-08-31 19:43:38jayloganlinkissue3742 messages
2008-08-31 19:43:37jaylogancreate