Regularexpressionvalidator non-english characters

marka971

New member
Joined
Mar 3, 2004
Messages
3
Location
Stockholm, Sweden
Hi,

I have a problem with regular expression validators adn Swedish characters. I have a validator with the expression [\w -]* that allows characters common in words, wich includes Swedish characters. When EnableClientScript is set to false, it works well and I am allowed to enter Swedish characters, but when I set EnableClientScript to true, it doesnt - why?

BR
Markus
 
Its most likely a problem with the RegularExpressionValidatorEvaluateIsValid function sent to the client. You can try altering that function, or perform custom validation.
 
Back
Top