Copy link to clipboard
Copied
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. -
embed a font that contains the needed characters.
Copy link to clipboard
Copied
embed a font that contains the needed characters.
Copy link to clipboard
Copied
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. -
Copy link to clipboard
Copied
you're welcome.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now