Oh, never mind, I got the answer at
http://groups.google.com/group/cake-php/browse_thread/thread/41f783aaf82a8ffb/5076b3bfbd3aaf9b?lnk=gst&q=characters+helpers&rnum=2#5076b3bfbd3aaf9b

On Jul 4, 2:56 pm, Thomas <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm using cake 1.2 and implemented pagination. It works like a charm
> and was very (!) easy to implement. There is only one very small thing
> I can't solve.
> The default title for the prev and next functions ($paginator->next()
> and $paginator->prev()) is "<< Prev" and "Next >>". I want to change
> this to Dutch and use the character &laquo; and &raquo;. The
> translating is no problem, but the special characters are.
> To change the default title I use $paginator->next($title = "&laquo;
> Volgende"). The problem is that cake translates the &laquo; to
> &amp;laquo;.
>
> Does anybody know how to solve this without tweaking the source?
>
> Thanks!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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