Re: printing wrong characters

2006-07-28 Thread nate
You can try setting the 'encoding' key in your database config. Both the config setting and the actual database encoding should be UTF-8. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to

Re: printing wrong characters

2006-07-28 Thread Armando Sosa
Are you encoding your text in UTF-8? On 7/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > why when I try to print in a view something like this: > echo "año, ñupuco, canción" > I mean those kind of characters cakephp prints like this: > a?o, ?upuco canci?n > > > > > -- Armando Sosa ww

printing wrong characters

2006-07-28 Thread [EMAIL PROTECTED]
why when I try to print in a view something like this: echo "año, ñupuco, canción" I mean those kind of characters cakephp prints like this: a?o, ?upuco canci?n --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake