I get it from the collation values in PHPMyAdmin and I used it previously in other web application - not using Cake - and worked fine.
However, I tried your advice "utf8" only in database.php of cake and it is worked fine. Thank you! On Jun 10, 2:24 am, euromark <[email protected]> wrote: > where did you get that from? > its "just" > > 'encoding' => 'utf8' > > On 9 Jun., 23:18, saidbakr <[email protected]> wrote: > > > Hello, > > > I set my database config as follows: > > > var $default = array( > > 'driver' => 'mysql', > > 'persistent' => false, > > 'host' => 'localhost', > > 'login' => 'root', > > 'password' => 'pward', > > 'database' => 'site', > > 'encoding' => 'utf8_general_ci' > > ); > > > The database collation is set to utf8_general_ci too. Everything is > > displayed correctly on the application. However, when I try to view my > > database records through PHPMyAdmin, I find any Arabic string value in > > unreadable demonstration some thing like سعيد بكر > > > I need to know how to fix this?! 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
