tags:

views:

84

answers:

1

Hi All ,

I have error when i was parsing xml data.when we are converting xml data in UTF8Encoding format. then we are getting NULL string.But when we are converting xml data in ASCIIEncoding format. then we are getting a string. Can any one tell me what's the error?

Thanks in Advance.

A: 

Have you checked the file with a hex editor to verify that the "é" is indeed UTF-8, 0xC3 0xA9 ?

Kanak Vaghela