Hello,
I’m developing an AIR application (in Flash builder 4.5) which loads swf files and read its text using textsnapshot class. Text data is stored in string and also displayed on screen inside textArea. This data is then saved to xml file.
This works fine for swf’s with normal text even for text with umlouts (german text) but incase of swf with asian languages this fails.
I have also added xml encoding (<?xml version=‘1.0’ encoding=‘utf-8’?>) in XML file.
Does it require any special font embedding to work properly?
Any help on this?