Zand Php Cake Php

Posted by : Benedikt R.
BreadCumbs text encoding
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 ü - 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
 
 
Posted by : orbdex
Re : BreadCumbs text encoding
try: echo $html->addCrumb("Finanzä
ter","/do/something",array

("escape"=>false));



Böses Finanzamt ;) Greetings from Mainz
 
 
If you have the better reply, then send it to us. We will display your reply after the approval.
Name : 
Email Id :   
Reply :