"Stephen Cremin" <[EMAIL PROTECTED]> wrote in message news:20010819210056.XGVA20588.mta05-svc.ntlworld.com@[62.252.202.64].. . > I note that the latest build of PHP4 comes with Japanese string support. > Does this include support for two-byte regular expressions? If yes, does it > also work with Chinese and Korean text? If no, what other options do I have > without, for example, going through say JPerl or whatever?
mbstring module does not support multi-byte regex. There is multi-byte encoding regular expression module called mbregex which is not a std PHP extension. It probably works with EUC-TW/EUC-KR. ftp://night.fminn.nagano.nagano.jp/php4/ I don't use it lately, but I think it comes with Japanese instruction only. -- Yasuo Ohgaki -- PHP General 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]