japanese char with PHP/mysql

Discussion in 'PHP' started by varun8211, Nov 28, 2006.

  1. #1
    http://www.samokaweb.com/samokaweb/

    can u see Question marks in the blog in center.. these are japanese char that are not being displayed properly.. i want to know how to display them properly..
     
    varun8211, Nov 28, 2006 IP
  2. maiahost

    maiahost Guest

    Messages:
    664
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I think that you're setting the encoding :
    
    <META http-equiv=Content-Type content="text/html; charset=UTF-8">
    <META http-equiv=content-language content=ja>
    <META content=ja name='language"'>
    
    Code (markup):
    in the wrong place - it should be at the top (index.html) not in the frame (message_detail.htm)
     
    maiahost, Nov 28, 2006 IP
  3. penagate

    penagate Guest

    Messages:
    277
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Better yet, it should be in the HTTP headers, not polluting the HTML.

    And, to prelong the pigmentation of your hair, don't use frames.
     
    penagate, Nov 28, 2006 IP