| charset problem
ok. i dont know how to work my forum in euc-jp (japanese)
<?php
// Set the meta tag/doctype for this language
$contentmeta = "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=euc-jp\" />";
this is what i have at the head of my japanese.php.
i sat the language to japanese and i looked at some translated phrases, but they were just jibberish.
What do i have to do? Thanks in advance!
|