Hi,
I am working on a flex application supporting multiple
languages at runtime. I am going with
http://jeff.mxdj.com/internationalizing_flex_2_apps_pt_2.htm
for the runtime language switching. I have created the properties
file with the existing spanish text I had, but the special
characters were displayed as boxes. On looking into the flex docs
and the Photo Viewer sample application, I understand that the
secial characters need to be given as escaped sequence, \u**** . Is
there any easy way I could convert my spanish (or other language)
utf char to the escape sequence?
I thought of writing my own php function, but I have a older
php version that doesnt support mb_ functions. Thought there would
be some other better way of doing,
Thanks for your time,
Anuradha Satish
yourDeveloper.in
utf8 char codes
I just found that native2ascii in the jdk could be used and
thought would post for the benefit of some one who is looking for
the same,
Regards,
Anuradha Satish
yourDeveloper.in
Subscribe to:
Post Comments
(Atom)
No comments:
Post a Comment