[symfony-users] Re: Setting charset in symfony 1.1

2008-05-19 Thread John Arevalo

Hi list,

i have a DB with LATIN1(iso-8859-1) in production with other
applications, so i can't change it to utf-8.

I'm using symfony 1.1 to develop another app using same DB, i've
configured these changes to charset:

frontend/config/settings.yml

all:
 .settings:
   charset:iso-8859-1

databases.yml

all:
  propel:
param:
   encoding: iso-8859-1

all is working fine except by configure:author task, have é character,
in file appears

@author ArÃ(c)valo

how can i configure this task to iso-8859-1?

Thanks,

PD: excuse me 2 post, sending premature



-- 
John Arévalo
GNU/Linux User #443701
http://counter.li.org/

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Setting charset in symfony 1.1

2008-05-19 Thread John Arevalo

Hi list,

i have a DB with LATIN1(iso-8859-1) in production with other
applications, so i can't change it to utf-8.

I'm using symfony 1.1 to develop another app using same DB, i've
configured these changes to charset:

frontend/config/settings.yml

all:
  .settings:
charset:iso-8859-1

databases.yml

all:

-- 
John Arévalo
GNU/Linux User #443701
http://counter.li.org/

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Change Language on Rich input date

2008-02-18 Thread John Arevalo

2008/2/18, cryptex <[EMAIL PROTECTED]>:
>
> Hi list,
>
> I'm using object_input_date_tag helper to request born date, but my
> application is in Spanish language, i've set
> 'default_culture: es' on myapp/config/i18n.yml but it still appear
> in English, do you know how can i fix this?
>
> Thanks,
>
> --
> John Arévalo
> GNU/Linux User #443701
>
> >
>
sorry, this was a rushed post.

I was missing delete cookie and activate i18n in settings.yml

all:
  .settings:
i18n: on


Regards,

-- 
John Arévalo
GNU/Linux User #443701
http://counter.li.org/

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---