Thanks. I have fix it with a manual utf8_decode in my action but with a filter it is a better way ;)
-----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[EMAIL PROTECTED] Im Auftrag von Kristinn Örn Sigurðsson Gesendet: Montag, 23. April 2007 16:19 An: symfony users Betreff: [symfony-users] Re: ajax and character encoding Hi Gordon. I did have the same problem as you until I found this: http://www.symfony-project.com/snippets/snippet/120 Regards, Kristinn. On Mar 19, 1:55 pm, "Franke Gordon" <[EMAIL PROTECTED]> wrote: > It doesn´t work i have an input field and use submit_to_remote(); > And in the backend I have a utf8 string ;( > > Greetings > Gordon > > -----Ursprüngliche Nachricht----- > Von: [email protected] [mailto:[EMAIL PROTECTED] Im Auftrag von > Mat > Gesendet: Montag, 19. März 2007 14:47 > An: symfony users > Betreff: [symfony-users] Re: ajax and character encoding > > You can change it in the apps/frontend/config/view.yml > > default: > http_metas: > # content-type: text/html; charset=utf-8 > content-type: text/html; charset=iso-8859-1 > > On 19 mar, 14:08, "Franke Gordon" <[EMAIL PROTECTED]> wrote: > > > Hallo, > > > where can i change the ajax encoding from utf-8 to iso-8859-1? > > > Thanks.Greetings > > Gordon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
