waynemac Posted January 24, 2004 Posted January 24, 2004 Gidday, Im wanting to have Japanese text on my site (info and posts etc) but when I did a test all I go were ???????s. I run OSX with Japanese fonts installed (JIS,EUC,ISO). Wondering what to do next. Any advice greatly appreciated. Wayne in cold Japan Quote
krieser Posted January 25, 2004 Posted January 25, 2004 Wayne, Try adding a line to the head of your html/php file specifying the character set or encoding you are using for your Japanese text. Like: <meta http-equiv="content-type" content="text/html; charset=shift_jis"> or... <meta http-equiv="content-type" content="text/html;charset=utf-16le" /> I've been using unicode, but am also working on an i-mode site that has to be in shift_JIS. Let me know if I can help with anything. I'm in Nagano by the way. Where are you? Kris Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.