It is beacause I have to adjust an old database whose data encoding is not utf-8...
On Jul 12, 3:17 pm, AD7six <[EMAIL PROTECTED]> wrote: > On Jul 12, 9:05 am, hi and hello <[EMAIL PROTECTED]> wrote: > > > I want to fetch data from database as UTF-8 while the data stored > > in the database as another encodig, > > Why do you want to store data in a different encoding from what you > want to use it as? > > If everything is UTF8, in 1.2 you can add 'encoding' => 'UTF8' to your > db config file, for 1.1 google "set names cakephp" for various > permutations of achieving the same result. > > BUT none of that will help if you are mixing things up. > > hth, > > AD --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
