2003. január 15. 10:42 dátummal Simon Kelly ezt írtad:

> Btw are you aware of any other Locale in which the decimal separator is not
> '.'?
>
> Germany uses the ',' as well.

ok, so I assume this is a problem. 

Do you think that is there any other way of validating float number input but 
masking it with the pattern  ^\d*(,\d*)?$  where the ',' should be replaced 
with the localized decimal separator?

Tib

Oh, and this should parsed localized as well, and replaced each parseFloat 
with this imho.



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to