try: echo $html->addCrumb("Finanzäter","/do/something",array
("escape"=>false));

Böses Finanzamt ;) Greetings from Mainz

On 29 Jul., 02:08, "Benedikt R." <[email protected]> wrote:
> Hi!
>
> I try to add following breadcrumb.
> $html->addCrumb( 'Finanzämter', '/revenues' );
>
> (It's german.) When I output the breadcrumbs on the page,
> the chars get encoded the wrong way (I am using ISO-8859-1).
> If I try to use HTML's special characters like &uuml; - they get
> printed as the look.
>
> I am currently running with this code to support correct ouputs:
> $html->addCrumb( utf8_decode('Finanzämter'), '/revenues' );
>
> Some ideas why this happens?
>
> Regards, Benedikt
--~--~---------~--~----~------------~-------~--~----~
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