xml enccoding error

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Yes, this encoding is not supported. It would be better to move to UTF-8
encoding.
 
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
 
Back
Top