• 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 _.\-@]|iu

    To:
    |[^a-z\p{Arabic}\p{Cyrillic}\p{L}0-9 _.\-@]|iu

    Added:
    \p{L}

    Hope this helps.

  • The topic ‘Does not support Chinese characters unless you do this..’ is closed to new replies.