Hi,
I have run into problems with a flash project that needs to cover most european languages including Romanian, Slovenian, Slovakian etc.
The problem is that the characters listed below won't appear:

Unicode
Upper
Unicode
Lower

00C2
Â
00E2
â

0102
Ă
0103
ă

00CE
Î
00EE
î

015E
Ş
015F
ş

0162
Ţ
0163
ţ



I am hard-coding the actual texts in the .fla then using a variable to assign them to a specific text field. I have managed to make this work in one case using Arial, and embedding the font (all Latin). If I don't embed, these characters are not showing up. However. in other instances, this same procedure does not seem to work. And I can't figure out what in my file could possibly affect this. Would it matter if some other, unrelated, text fields in the file were not set as embed?
Would it matter if the textfields were set to htmlText or not?

I have also tried using the unicode inside the variable (var name="\u00C2") but am not having better luck this way.

So, I have a textfield called introText set as: Multiline, html-text, embed (all Latin), Arial, Bold
Then a piece of code stating

this.introText.htmlText ="În prezent, industria de prelucrare a alimentelor se confruntă cu un număr din ce în ce mai mare de provocări contradictorii: fabricarea produselor de calitate în condiţii mai restrictive, rezolvarea problemelor legate de reglementările tot mai restrictive şi crearea de produse inovatoare pentru o bază de clienţi din ce în ce mai mare şi mai pretenţioasă. <br><br>Şurubul se strânge permanent. Trebuie să căutaţi economii acolo unde le puteţi face şi îmbunătăţiri acolo unde le puteţi găsi. Şi trebuie să vă alegeţi cu grijă oamenii cu care lucraţi. Rolul nostru în industria alimentară este vital. Prin îmbinarea cunoştinţelor noastre despre pompe şi despre sistemele de manevrare a fluidelor cu expertiza dvs. în industria alimentară pot rezulta soluţii de succes, economice şi avantajoase din punct de vedere competitiv.";

Anyone's been through something similar and could shed some light?

Thank you and sorry to bother you.

/Fredrik

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to