Martin, cricket Hello,
> > Assume you are using mysql ------> yes > > 1) Make sure you have add this to database.php default array > > config:'encoding' => 'utf8' ------> done > > 2) Make sure the table collation is utf (could be uft8_general_ci) ------> > > done > > 3) Make sure the table is empty ------> everything is ok with the data i > > save or retrieve > > SET NAMES 'utf8'; ------> yes, i use this option in when i insert data via > > mysql, it works. So, everything is alright with my database. UFT-8 works with my MySQL database since i've added "encoding => utf8" to my database.php. The problem appears on the other parts of the website. To exactly see the problem, please look at my screenshot: http://www.zshare.net/image/747107826f2db2a2/ On the screenshot, "green" is okay, "red" is a failure. The language is german. Thanks a lot for helping me! Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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 To unsubscribe, reply using "remove me" as the subject.
