Hi,

In an environment with locale 'pt_BR', where the decimal separator is ',' 
thousand and is '.' values forms are shown as follows:

   - 1.999,19
   - 4.000,00
   - 3.454,25

The problem is that when I have these values in the form field and do 
POST to update the data, the values are converted to:

   - 1,99
   - 4,00
   - 3,45

But if they do not have '.' as in '1999,19 '. He is saved correctly as 
'1.999,19 ' and '1.999,19' displayed on the preview page.

This is a bug?

-- 
-- 
If you want to report a vulnerability issue on Symfony, please read the 
procedure on http://symfony.com/security

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to symfony-devs@googlegroups.com
To unsubscribe from this group, send email to
symfony-devs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Symfony developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to symfony-devs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to