> PHP 4.3.0's Zend Engine also comes with SJIS awareness. It does not > make sense to have SJIS awareness without mbstring also. > (Need compile option to enable SJIS awareness)
In addition, we'll have to take in account all of the double byte encodings in which second bytes of characters spans GL area (\x20-\x7e), like cp936(a MS variant of GB2312), cp949(ditto of KSC5601). Those encodings also need such awareness. Moriyoshi -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php