I was working in a windows application where I need to generate a sample report. While forming my report, I was to get a input from a hardware which seems to be a string (it is some encoded string in some language not sure what??).
I drafted my xml with encoding is-8859-1.

>><RESULT_DESCR IPTION>Hardware Ids String:<![CDATA["????Hc?t ?"]]></RESULT_DESCRIPT ION>

When i opened the...