We have a customer that wants to block / detect Non European character sets as Arabian and Chinese. People are now filling in our forms with content like this:
I have no clue what the best way to detect Non European character sets.
So I am wondering which way to go:
- some kind of jQuery input validation
- Rails validation
- ...
Running:
- ruby 1.9.3p551
- Rails 3.2.19
Kr