On Jun 25, 7:22 am, Braindead <markus.he...@gmail.com> wrote:
> The problem was related to an encoding problem. Netbeans saved the
> files as utf-8, but I wanted ISO 8859-1 to be used on my page. After
> saving the files as ISO 8859-1 everything is ok now.
> But I wonder if there is a way to get the umlauts encoded as
> htmlentity (ü = &uuml;) Is this not possible?
>
> Thanks for all the help!

Like all other form methods you can escape the display text.

You want to look at the api for form->submit() (since using form end
as you are is a shortcut, with no options for echo $form->submit
($text); echo $form->end();) if you want to use html entities.

ISO 8859-1? Hope you have no plans to use any ajax.

hth,

AD
--~--~---------~--~----~------------~-------~--~----~
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 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to