"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.
I can use turbogears.format.get_decimal_format() and turbogears.format.get_group_format() to get both things, without messing with specific files or having to provide a default myself. I'll see if I can add a Money validator to TG and then I'll submit it as a patch. Thanks, -- Jorge Godoy <[EMAIL PROTECTED]>

