If you are really interested in PHP 6 and its Unicode support you should read:
http://www.zend.com/zend/week/php-unicode-design.txt
(and in general http://www.zend.com/zend/week/)
plus cvs/php6/README.UNICODE and cvs/php6/README.UNICODE-UPGRADES
After you compile PHP 6, make sure that you have enabled unicode_semantics = on in php.ini (an old PHP 5 configuration file will not do as it does not provide those new Unicode-related options).
Unicode 関数
目次
- unicode_decode — バイナリ文字列を Unicode 文字列に変換する
- unicode_encode — unicode 文字列を任意のエンコーディングに変換する
- unicode_get_error_mode — 文字列変換のエラーモードを取得する
- unicode_get_subst_char — 文字列変換エラー時に使用する置換文字を取得する
- unicode_set_error_mode — 文字列変換のエラーモードを設定する
- unicode_set_subst_char — 文字列変換エラー時に使用する置換文字を設定する
Unicode 関数
Hugo Dworak (post at o2 dot pl)
23-Nov-2005 07:04
23-Nov-2005 07:04
