Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
mola_mil #1
multilanguage chars in XML
Hi there,
I'm trying to get some text data from an XML file with spanish characters
(such as ?, ? and so). I've tried to change the text codification in the text
editor and to use system.useCodepage = true; but it doesn't seem to work.
Thanks in advance:
Jorge
mola_mil Guest
-
how make multilanguage in flex
in Struts ?i can use <bean:message key=""/> to get a resource text from *.properties? but i can't find the same way in flex , anybody know it ?... -
Multilanguage String ID OK for Player 7? 6?
I'm wondering if the Multilanguage Strings Panel ID feature is ONLY available in the Flash 8 player or if the Flash 8 Authoring process of using... -
receiving ??? chars instead of "special" chars
Hello i have a strange problem i made a online catalogue and must submit orders to a remote server I need to connect to a remote webservice on ... -
Extend Multilanguage Cast
Hi! I have a movie with multilanguage support by copying the external cast file, changing the members and then exchange the cast file at runtime.... -
multilanguage website
I'm trying to make a multilanguage website. When the user enters the site, I want to detect the language and automatically make a redirection. How... -
James #2
Re: multilanguage chars in XML
try adding/changing the encoding property in your xml file to iso-8859-1,
ie.
<?xml version="1.0" encoding="iso-8859-1" ?>
James
"mola_mil" <webforumsuser@macromedia.com> wrote in message
news:c24a3d$f0b$1@forums.macromedia.com...text> Hi there,
>
> I'm trying to get some text data from an XML file with spanish characters
> (such as ?, ? and so). I've tried to change the text codification in the> editor and to use system.useCodepage = true; but it doesn't seem to work.
>
>
> Thanks in advance:
>
> Jorge
>
>
James Guest
-
Sav #3
Re: multilanguage chars in XML
You need to save the xml doc as UTF8. We found Mac and PC issues so edit on a
PC if possible. Then place a textField off the screen with the special
characters you will be using from the xml document. Dont need to use
system.useCodePage=true at all.
Sav Guest
-
Sav #4
Re: multilanguage chars in XML
You need to save the xml doc as UTF8. We found Mac and PC issues so edit on a
PC if possible. Then place a textField off the screen with the special
characters you will be using from the xml document. Dont need to use
system.useCodePage=true at all.
Sav Guest



Reply With Quote

