I saved the text file using UTF8 encoding with notepad, but now data- load command is not working, because apparently UTF8 encoding adds some strange chars unrecognized by symfony
On Nov 25, 6:17 pm, jotape-uy <[email protected]> wrote: > How do I change file encoding? I didn't choose any encoding. > > On Nov 25, 6:07 pm, Alexandre SALOME <[email protected]> > wrote: > > > > > 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%2bunsubscr...@goog > > > legroups.com> > > > . > > > > > 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%2bunsubscr...@goog > > > legroups.com> > > > . > > > 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.
