Problem with special characters loaded from XML
I have an XML whose elements contain special characters (for example: ñ, Ñ, á, Á, etc..), When I load the XML and make a Trace () the loaded element, I see that it is loaded correctly, but then in the text field is not special characters. For example in the XML I have the text Baños, but in the text field shown Baos.
It is clear that in the text field are incorporated upper case, lower case, numerals, punctuation symbols and Basic Latin.
I also tested with the judgment System.useCodePage = true in the code but does not work.
Thanks for any help you can give me.
Garchabig.
PD: Sorry for poor English, I'm Latino. -