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.
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