Does not support Chinese characters unless you do this..
-
It didnt support Chinese characters right off but I’d modified the regex from the plugin and it worked for me.
From:
|[^a-z\p{Arabic}\p{Cyrillic}0-9 _.\-@]|iuTo:
|[^a-z\p{Arabic}\p{Cyrillic}\p{L}0-9 _.\-@]|iuAdded:
\p{L}Hope this helps.
- The topic ‘Does not support Chinese characters unless you do this..’ is closed to new replies.