Not sure if that will help, but have you also set utf8 in your db
config?
var $default = array(
'driver' => 'mysql',
'connect' => 'mysql_connect',
'host' => 'bla',
'login' => 'bla',
'password' => 'bla',
'database' => 'bla',
'prefix' => '',
'encoding' => 'UTF8'
);
I believe this only works in 1.2. In 1.1 you need to set the encoding
manually (in some before... action in the appModel).
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---