Well, this problems are kind known for me for a long time, but never tought
about posting them here :p
Im a brazillian developer and, in symfony 1.2, there are some issues that I
have to face almost all times:

1) In number helpers, the I18N always checks the values as being in EN_US
format. For the ones who don't know, we use comma instead of dot, and dot
instead of coma, so: a thousand is 1.000,00 instead of 1,000.00. This
_always_ happens and the solution is hacking over the validator AND the
object's acessors.

2) When translatting I18N, symfony ALWAYS supposes that the sources are in
Latin1, even if Im using database. Once I hate Latin1 and always use UTF8, I
have to hack out some 'utf8_encode' line in sfToolkit.

3) Dates... In symfony 1.0 they was ready for you, in symfony 1.2 I have to
manually change the display of the widget.

May I be doing something wrong?

In any case, Im re-ticketing it.

-- 
Sidney G B Ferreira
Desenvolvedor Web

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to