What's the encoding of your file ? You should keep one thing in mind : UTF-8 everywhere.
2009/11/25 jotape-uy <[email protected]> > I'm afraid that didn't solve the problem! > > :'-( > > On Nov 25, 4:31 pm, Gábor Fási <[email protected]> wrote: > > Try "Jardinería", with the quotes. > > > > > > > > On Wed, Nov 25, 2009 at 19:24, jotape-uy <[email protected]> > wrote: > > > Hi guys, > > > > > I'm having problems to load data from a yml fixture with latin chars, > > > here is a sample... > > > > > If I try to load this... > > > > > jard_18: > > > id: jard > > > culture: es > > > name: Jardinería > > > > > I get "Jardiner" in the database, it seems the string is trimmed from > > > " í " > > > > > Database encoding is ok because I can insert "Jardinería" manually. > > > > > I tried to do a yml dump but it is giving me an error. > > > > > Thanks in advance. > > > > > -- > > > > > 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]<symfony-users%[email protected]> > . > > > For more options, visit this group athttp:// > groups.google.com/group/symfony-users?hl=en. > > -- > > 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]<symfony-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en. > > > -- Alexandre Salomé -- [email protected] -- 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.
