how to write japanese character using unicode if i read the unicode data ("\u3042") from XML?because i only can write it using :
var str:String="\u3042";
trace(str);
its work, but if i read it from xml and write it, it’s not work…
please help me…thank for your attension