Hi,

> I cannot find the solution for my trouble: MySQL incorrect stores
> russian characters. I use utf-8 enconing in CakePHP app, MySQL
> database also is utf-8. When I view my data thru my app in browser,
> it's Ok, but when I look into the database directly (using PHPMyAdmin,
> MySQL qurey browser, etc.), russian values are displayed as unreadable
> symbols. What should I do? My database.php contains "encoding' =>
> 'utf-8' " entry. :(

Should be rather 'encoding' => 'utf8'.
Does this solve the problem?

All the best,
Piotr

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to