Hello,
I am trying to display special characters in Flash, from an XML file.
I encoded the XML file with Unicode like this:
<?xml version=”1.0” encoding=”UTF-8”?>

I have set the System.useCodepage to true
System.useCodepage = true;

I embedded the font.

What should I do in order to display special characters in flash?
Thank you in advance