Hi, 

Yes, I tried mb_ereg, and I've got the same problem, so it must be a
bug,
However I followed your suggestion and used regular ereg function and
that works. I suppose it would be really nice to see some kind of
dedicated Japanese language and PHP tutorial around...

Well, wishfull thinking!

Thanks for the reply.
Simon


Hi,

> Warning: mb_ereg_search()[function.mb-ereg-search]:mbregex compile
> err: premature end of regular expression in c:\myfile.php on line 12.

Did you try mb_ereg() yet? if you see the same error message with it, 
it's possibly a bug. 

http://www.php.net/mb_ereg

And you can use preg_* functions as well if your scripts use UTF-8 only.

Regards,
Moriyoshi


-- 
PHP Internationalization Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to