UnicodeEncodeError while reading xml file (newbie question)

2008-06-07 Thread nikosk
I just spent a whole day trying to read an xml file and I got stuck with the following error: Exception Type: UnicodeEncodeError Exception Value:'charmap' codec can't encode characters in position 164-167: character maps to Exception Location: C:\Python25\lib\encodings\cp1252.

Re: UnicodeEncodeError while reading xml file (newbie question)

2008-06-08 Thread nikosk
i/java/io/DataInput.html#modified-utf-8 the xml file : http://dsigned.gr/live.xml On Jun 8, 3:50 am, John Machin <[EMAIL PROTECTED]> wrote: > On Jun 8, 10:12 am, nikosk <[EMAIL PROTECTED]> wrote: > > > > > I just spent a whole day trying to read an xml file and I got