Internalizations in HTML (correct encoding/charset to support Japanese chars)

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

    Internalizations in HTML (correct encoding/charset to support Japanese chars)

    How to supports Japanese characters.

    Problem: When I insert the data into database. The data inserted are garbage.

    Maybe there is configurations or code to be added at first.

    here is my current html code:
    [HTML]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
    <html xmlns="http:‎//www.w3.org/1999/xhtml" >
    <head runat="server">
    <meta http-equiv="Content-Type" content="text/html; charset=Shift-JIS" />
    </head>
    <body></body>
    </html>[/HTML]
Working...