[PHP-DEV] Re: Japanese PHP From: Wez Furlong (wez <email protected>)
Date: 02/25/01

> Andi Gutmans wrote:
>Does Japanese actually work in a decent way with PHP?
>From the zillions of Japanese sites I've seen running it I'd guess it works :)

Theres a bunch of extensions that add multibyte support from ftp://night.fminn.nagano.nagano.jp/php4/.

PHP does work, you just need to be careful of the multibyte charsets, especially in regexps. The GD library is another problem area, but can be worked around using those extensions.

--Wez.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>