I have a problem about displaying some special characters (?,?,?). These
belong to the turkish alphabet.I am translating xml documents from english to
turkish then flash retrieve text from these xml everything is ok except three
letters.I am using special font which does not contain these three letters.What
I have done?
1) I have changed the encoding structure of the xml files
<?xml version="1.0" encoding="windows-1254"?> and <?xml version="1.0"
encoding="iso-8859-9"?>
both of them did not work.still problem displaying three letters.
2)I have tried to enable turkish characters (changed code page of the font
using fontlab ) at this font then when I tried to write
something with these at MS office three letters seemed well but when it
comes to the flash it did not work.
3)I have added <System.useCodepage = true;> code into first fram of movie but
no way.
How can I solev this problem.What do you think ? Shall I create three letters
manually using font software insteading of just changing the codepage. I have
searched on the internet but i could not find a working solution for me and i
am sure lots of people had this problem.
Thank you very much for all.
yachts99 - 20 Jul 2006 12:26 GMT
Try using <?xml version="1.0" encoding="UTF-8"?> as your encoding and are you sure the font you are using contains those three characters?
xmler - 20 Jul 2006 15:11 GMT
Hi, I have tried <?xml version="1.0" encoding="UTF-8"?> but not working.The
font that I use has aiwndows 1252 codepage and in default it does not have
these letters but after modifying(changing codepage from windows 1252 to 1254
and exporting) it with font softwares these three letters become enable and
then Then I try to use them in office They are all okay but when it comes to
the flash it does not work.Should I add these letters manually .How can I solve
this ? Thanks a lot.
billge - 23 Jul 2006 20:15 GMT
Any answer ? I really need urgent help ?
Keehunthebeginner - 31 Jul 2006 04:55 GMT
it could be that flash doesn't have the fonts to display the characters.
or it just doesn't support it.
Flash doesn't support Kroean either even with fonts
Detonate 2004 - 31 Jul 2006 18:01 GMT
have you tried embedding a font with those characters in flash?