"Max Ischenko" <[EMAIL PROTECTED]> writes: > Basically, you need to take appropriate decimal separator (it can be > found in turbogears.i18n.data.<yourlocale> package, see decimal key in > numericSymbols var) and then use formencode's float number validator.
This is what I had on mind... I haven't checked the source for turbogears.format yet... > Or, you can simply be less restrictive and allow both comma and dot as > your decimal separator. I dunno if it is a good idea. I'd like to make a generic thing and if some other language uses other things, then I'd like to support it as well. I'll see what I can come up with... ;-) -- Jorge Godoy <[EMAIL PROTECTED]>

