©
This document uses PHP Chinese website manual Release
日文字符只能使用多字节编码,而且,编码规范取决于平台和字符的使用 目的(text purpose)。跟糟糕的是,编码规范之间还稍有差异。为了开发 出适应日文环境的Web应用,开发人员必须对编码规范有个清晰的认识,确保 使用了合适的编码规范。
[#1] gullevek at gullevek dot org [2010-08-25 00:24:59]
For ISO-2022-JP encoding. If you convert data into this encoding it is highly recommended you use ISO-2022-JP-MS for the extended character set, eg the 1 in a circle ??.
For the mail header on the other hand you have to use ISO-2022-JP *without* the -MS extension.