One of my SQL like statement is breaking when user enters Chinese characters. I did some research and couldn't find any.
Is there any code available like a plugin or javascript function to validate and allow only english alphanumeric and allow special symbols.
If i validate Chinese characters there can be other languages right , so i thought to allow only english characters with all combination of numbers and symbols.
any direction or input will be appreciated thanks
I tried something like this but this allows only alphanumeric
/[^a-zA-Z 0-9]+/g