Chinese/Japan/Korean char is double-byte or Unicode.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
The following regex should work;
I couldn't test it because my pcre doesn't support
If you get this error, this page describes a fix |
|||||
|
|
The mb_ereg functions implement multibyte-aware regexes. However, you really need to specify more exactly what you mean by "special char". Edit: I think what you need is the Unicode character classes supported in PCRE, but I'm not sure whether these are supported by the mb_ereg functions or whether the preg functions work with multibyte strings. |
||||
|
|