xml enccoding error

G

Guest

Hi,
I need to read an xml file with Latin 1 encoding (iso8859-1) on a Pocket PC,
using an XmlTextReader. I get an XmlExeption: The system does not support
'iso-8859-1' encoding.
Is it true that the iso encoding is not supported, and does anyone know a
way to get around the problem?

Thanks,
kmx
 
S

Sergey Bogdanov

Yes, this encoding is not supported. It would be better to move to UTF-8
encoding.
 
G

Guest

Of course. But as usual there are reasons why this has to be....

kmx

Sergey Bogdanov said:
Yes, this encoding is not supported. It would be better to move to UTF-8
encoding.

--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com

Hi,
I need to read an xml file with Latin 1 encoding (iso8859-1) on a Pocket PC,
using an XmlTextReader. I get an XmlExeption: The system does not support
'iso-8859-1' encoding.
Is it true that the iso encoding is not supported, and does anyone know a
way to get around the problem?

Thanks,
kmx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top