you could use flash inside director to read unicode/UTF-8-encoded xml,
and use javascript instead of lingo (dmx 2004) to handle the unicode
strings.
but if there is a server-side scripting language like PHP that you can
use, it might be easier to convert those xml files on the fly to
ANSI/ISO text and send this to director.
PHP example:
<?php
echo iconv("UTF-8", "ISO-8859-1",
file_get_contents("myUnicodeFile.xml") );
?>
valentin
Karl Cifius wrote:
> Hi,
>
> I need to load an external xml-file that includes special characters
> using
> getNetText, but some characters get messed up when loaded into the
> Shockwave
> movie.
>
> For example the character "�" becomes "ä" and "�" becomes "ö".
>
> Is there a way to automatically convert these in Shockwave?
>
> Thanks in advance!
>
> /KC
>
> _________________________________________________________________
> Hitta r�tt p� n�tet med MSN S�k http://search.msn.se/
>
> [To remove yourself from this list, or to change to digest mode, go
> to http://www.penworks.com/lingo-l.cgi To post messages to the list,
> email [EMAIL PROTECTED] (Problems, email
> [EMAIL PROTECTED]). Lingo-L is for learning and helping with
> programming Lingo. Thanks!]
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]