Question
Chinese localization
Hi
I've been charged with internationalizing a Flash RIA, and unluckily for me one of the locales is China. Having spent fruitless hours trying to get just one Chinese character to display, my only chances of an ongoing career in IT are 1) resign and 2) beg for some help on here :-)
Text mainly comes from XML, but also from text files. There is text in button labels, in html fields, in datagrids, in scrolling displays. There are both input fields and static fields. The input fields also sometimes have exclude characters. These are all issues I anticipate, but so far I can't even get one measly character to show up.
Here's what I'm doing:-
XML file starts with:-
<?xml version='1.0' encoding='UTF-8'?>
and is saved as utf-8.
I've replaced a Latin string in the working English version with a '是' character (may not display on this webpage, I copied and pasted from a Chinese website).
I've imported the MingLiU font and embedded it in the swf.
I've set the universal fontFamily (affecting all fields) for the app to MingLiU.
All I see is nothing.
I've searched the internet and this question comes up occasionally, the advise is normally pretty simple, and Ive tried everything.
Grateful for any ideass/pointers
I've been charged with internationalizing a Flash RIA, and unluckily for me one of the locales is China. Having spent fruitless hours trying to get just one Chinese character to display, my only chances of an ongoing career in IT are 1) resign and 2) beg for some help on here :-)
Text mainly comes from XML, but also from text files. There is text in button labels, in html fields, in datagrids, in scrolling displays. There are both input fields and static fields. The input fields also sometimes have exclude characters. These are all issues I anticipate, but so far I can't even get one measly character to show up.
Here's what I'm doing:-
XML file starts with:-
<?xml version='1.0' encoding='UTF-8'?>
and is saved as utf-8.
I've replaced a Latin string in the working English version with a '是' character (may not display on this webpage, I copied and pasted from a Chinese website).
I've imported the MingLiU font and embedded it in the swf.
I've set the universal fontFamily (affecting all fields) for the app to MingLiU.
All I see is nothing.
I've searched the internet and this question comes up occasionally, the advise is normally pretty simple, and Ive tried everything.
Grateful for any ideass/pointers
