A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Nordic characters

  1. #1
    Member
    Join Date
    May 2004
    Posts
    47

    Nordic characters

    Hi I have this Flash app. where I retrive data from an XML file, and displays it in dynamic text fields.
    This works fine on my localhost, and my web host.

    But when I send the files to my partner and he uploads it to his server, the nordic characters won't display.

    Does anyone knows why? please help!

    T

    I use system.useCodepage = true in the application.

  2. #2
    Senior Member
    Join Date
    Aug 2002
    Location
    Dublin, Ireland
    Posts
    1,749
    System.codePage is not the best way to do it. The codePage setting says to use the codepage that is specified on your PC.
    By contrast, the UTF-8 character set allows you to refer to almost any character.
    I usually leave System.codePage out and just save the XML as UTF-8 and allow Flash to work it out at run-time.

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center