Per, I have develop an open source Unicode support package that would be easy to integrate into PHP. It provides UTF-8, UTF-16, UTF-32 and many of the popular MBCS codepages including GB18030 support.
>From what I can remember of the Japanese support package the only thing not covered with to Unicode support is automatic code page recognition. This is not hard if all you are doing is determining which Japanese code page it is. Trying to discriminate between a wide variety of code pages is very difficult. There seems to be interest in having Unicode support but not in doing it. Carl > -----Original Message----- > From: Per [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 19, 2001 11:02 AM > To: [EMAIL PROTECTED] > Subject: [PHP-I18N] UNICODE in PHP > > > Hi, > > I would be most interested in knowing the current status of multi-byte > character handling in PHP, and also some kind of forecast of when it is > expected to work in a stable manner. Currently, there is an experimental > module for this at http://www.php.net/manual/en/ref.mbstring.php. > How stable > is it? Does it support all the "normal" string functions? > > Best regards, > Per Aronsson > > > > -- > PHP Internationalization Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > -- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]