Skip to main content
Participant
June 9, 2006
Question

Japanese character issues

  • June 9, 2006
  • 2 replies
  • 284 views
We have someone developing a chat client in flash that connects to an FMS server. Typing works fine in English, but if you try to type Japanese, it spits the characters out one at a time into the chat window after pressing return. This makes chat very difficult and extremely long for Japanese folks:
L
I
K
E

T
H
I
S

Above is how Japanese would show up. I should mention that this happens only on OSX and not Windows. Anybody have any ideas on how to fix this? Many thanks!
    This topic is closed to new replies. Start a new post to keep the conversation going.

    2 replies

    Participant
    June 14, 2006
    Hi, I am not sure if this will do the job but please give it a try.
    I got this script sample from How to Flash book in Japanese.
    Place this script in the first frame of Action layer.

    System.useCodepage=true;

    This script is supposedly enable use of preferred character code of client computer. ---JDN
    Participant
    June 14, 2006
    Thank you for the information. I am no a developer, but am trying to help the one working for us. What is the "Action layer" please?