Forum Moderators: open
My question is this: How do I encode the page for Japanese and what do end users need to have installed to view the Japanese characters?
here are some charsets:
[psychotekk.de...]
you have to put it into the header of the webpage like this
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
Something like this may be overkill, but it works:
<html lang="jp">
<head>
<title>blah</title>
<meta http-equiv="content-type" content="text/html;charset=x-sjis">
<meta http-equiv="content-language" content="jp">
</head>