gbk says:

    what charset are you using?
    iso-8859-2?
    check out this: Configure::write('App.encoding', '???');

    gbk

Thanks for the response gbk.

I set the charset in the default layout header by <?php echo $html-
>charset();?> and it appears like utf-8
I'd tried to put Configure::write('App.encoding', 'utf-8'); at the
beginning of the method in the controller and the button is empty
again.

If I wrote the character out of the form in the view the character is
ok displayed, but inside the button no.

Miki
--~--~---------~--~----~------------~-------~--~----~
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