i dont see the reason for changing them to HTML code anyway - as with
utf8 they can all be handled and displayed as they originally are.


On 28 Aug., 17:46, worthy <[EMAIL PROTECTED]> wrote:
> You saved my day. :D
>
> I was messing with this problem the whole day and never thought it
> would be that simple :).
>
> Thank you so much for this simple solution!
>
> Greetings
> worthy
>
> On 28 Aug., 17:38, Günther Theilen <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > do you use the form helper?
> > If so try something like this:
>
> > $form->input('foo.bar', array('escape' => false))
>
> > Regards
> > Guenther
>
> > worthy schrieb:
>
> > > Another explaining example for the edit form:
>
> > >http://localhost/regions/edit/15
>
> > > data['Regions']['id']=15
> > > data['Regions']['name']='Test &auml;'
>
> > > Now when cakephp fills the form with this data the value of the field
> > > changes from
>
> > > 'Test &auml;' to 'Test &amp;auml;'
>
> > > And so the field shows 'Test &auml; instead of 'Test ä'
>
> > > Is there any way to tell cakephp not to check for specialchars?
>
> > > Maybe now there is some help? :P
>
> > > Greetings
> > > worthy
>
>
--~--~---------~--~----~------------~-------~--~----~
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