git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8442
7612ce4b-ef26-0410-bec9-
ea0150e637f0
}
if ($squirrelmail_language == 'ja_JP') {
+ /*
+ * force correct detection of charset, when browser does not follow
+ * http content-type and tries to detect charset from page content.
+ * Shooting of browser's creator can't be implemented in php.
+ * We might get rid of it, if we follow http://www.w3.org/TR/japanese-xml/
+ * recommendations and switch to unicode.
+ */
echo "<!-- \xfd\xfe -->\n";
echo '<meta http-equiv="Content-type" content="text/html; charset=euc-jp" />' . "\n";
}