multilanguage chars in XML

Ask a Question related to Macromedia Flash Actionscript, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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 ?...
    2. 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...
    3. 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 ...
    4. 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....
    5. 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...
  3. #2

    Default 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...
    > 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
    >
    >

    James Guest

  4. #3

    Default 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

  5. #4

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139