Skip to main content
Participant
April 20, 2013
Answered

Problem with special characters loaded from XML

  • April 20, 2013
  • 1 reply
  • 556 views

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. -

This topic has been closed for replies.
Correct answer kglad

embed a font that contains the needed characters.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
April 20, 2013

embed a font that contains the needed characters.

garchabigAuthor
Participant
April 20, 2013

Hi, before reading your answer I tried embedding all characters and surprise surprise, it worked!

So then I was testing with embedded characters to see what was the need to display special characters (like "ñ", "í", etc..) and discovered that it has to be built or yes is Latin I (194/388 glyphs).

Thank you very much also for the answer.

Greetings, Garchabig. -

kglad
Community Expert
Community Expert
April 20, 2013

you're welcome.