Atilla and Till, Tx a bunch, the saving in utf-8 in combination with extra including of font outlines did the trick. Now i understand what that option in notepad means :) Tx! Ben
________________________________
From: [EMAIL PROTECTED] on behalf of Rákos Attila
Sent: Tue 10/4/2005 7:39 PM
To: Open Source Flash Mailing List
Subject: Re: [osflash] Special characters, dynamic text
Hi Ben,
you should embed font outlines not only for basic latin characters
but for your special symbols, too. In the font embedding dialog
box select code range Latin I (beside Basic Latin), or even Latin Extended A
and B if needed. If you don't want to embed so many characters included in
these ranges (few hundred glyphs), then enter only those characters
into the "Include these characters" field what you need exactly, or
if you use these characters frequently, you can create your own
character range by editing the following XML file:
C:\Documents and Settings\username\Local Settings\Application
Data\Macromedia\Flash MX 2004\en\Configuration\FontEmbedding\UnicodeTable.xml
and you don't need to use character entities, just simple utf-8
characters
Attila
BS> I am loading an html formatted text into a dynamic text instance. The
loaded text is like this;
BS>
BS> <![CDATA[
BS> <p>bla</p>
]]>>
BS>
BS> I set the content of the dynamic text through .htmlText = ""; and included
the font outlines.
BS>
BS> All works fine. But... :) Anybody know how to get special characters in
this textfield like the "é" etc.? I tried using é or %C1 types of
syntax, but they either don't show up or mess up the rest of the text. They
never show as they are supposed to.
BS>
BS> Could It be the CDATA tag? Or am I missing something else here?
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org
<<winmail.dat>>
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
