Validation of non english regular characters
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I have to validate input text boxes for the below sample character. NI╤O TARAZONA [Notice a special character in the string]. There ca n be many more special characters like this. These are accents and not a regular english character. So we thought of handling these issues to validate the text for the range of ASCII characters 32 to 126. Is there a way we can do it? I wrote a regular expression but it never worked. I'll appreciate any leads on this.
Regards, Pavas