|
PHP Character Encoding RequirementsEncodings of the following types are safely used with PHP.
These are examples of character encodings that are unlikely to work with PHP. JIS, SJIS, ISO-2022-JP, BIG-5 Although PHP scripts written in any of those encodings might not work, especially in the case where encoded strings appear as identifiers or literals in the script, you can almost avoid using these encodings by setting up the mbstring's transparent encoding filter function for incoming HTTP queries.
|