Check your page information for both views and ensure that they're both sent as UTF-8.
Also, are you certain that you're comparing the same data? It's entirely possible that some rows are correct, while other data within the same tables has been mangled. This happened to me once using MySQL and it was a while before I realised that *some* data was fine and that the problem was that only a certain portion of it had been messed up. On Fri, Jan 23, 2009 at 12:52 PM, jer <[email protected]> wrote: > > I have a mysql table with text fields in utf8 charset. When looking at > table with cakephp scaffolded view scandinavian characters turns to รถ > and other special chars. But when same row in table is visible with > cakephp form, in edit or view ,scandinavian characters are ok. I dont > understand how this is possible, there is same database connection and > same charset in everywhere. Any ideas? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
