Have you tried to set the application encoding?

// app/config/core.php
Configure::write('App.encoding', 'Latin-1');

-J.

On Oct 23, 3:00 pm, bluepuma <[EMAIL PROTECTED]> wrote:
> Just upgraded to CakePHP 1.2.0.7692 RC3 but still have an issue with
> text fields containing i18n characters.
>
> In MySQL the field is set to TEXT and filled with Umlaute
> (CHARSET=latin1 COLLATE latin1_german1_ci) via $model->save($entry),
> the CakePHP view and edit action render the field, but without the
> i18n content from the database, the textfield is just empty.
>
> I can copy the text from phpMyAdmin and enter and save it in the
> textfield in Cake, the new data will overwrite the existing one, but
> strange characters appear instead of the original i18n ones.
>
> Any idea how to deal correctly with international character sets in
> CakePHP?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to