PHP supporting Japanese Characters

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • eros
    New Member
    • Jun 2007
    • 66

    PHP supporting Japanese Characters

    What I need to configure or to add in the code in order to support the Japanese characters to display in browsers (using wml tags).
  • nathj
    Recognized Expert Contributor
    • May 2007
    • 937

    #2
    Originally posted by eros
    What I need to configure or to add in the code in order to support the Japanese characters to display in browsers (using wml tags).
    Hi eros,

    You need to set the character set.

    This page may be of some help.

    [html]
    <meta http-equiv="Content-Type" content="text/html;charset=ut f-8" />
    [/html]

    Change the charset and away to go.

    Cheers
    nathj

    Comment

    • eros
      New Member
      • Jun 2007
      • 66

      #3
      it is in html.. how about in WML.. thanks.

      Comment

      • nathj
        Recognized Expert Contributor
        • May 2007
        • 937

        #4
        Originally posted by eros
        it is in html.. how about in WML.. thanks.
        Sorry, I mis-understood your question. I have never used WML myself but a little research uncovered the following two pages that may or may not be helpful:

        Page1

        Page2

        I/m sorry if that's no good to you, I'm now out of ideas. Sorry if I have wasted your time.

        Cheers
        nathj

        Comment

        Working...