Sign In!
|
New User?Signup Now!
|
Forgot password?
Source Code 4 you
Home
Create Forum Topic
Check WebSite Rank
Publish Articles
UV Web Booster
Contact
Forum Type
Search Engine
.Net C# VB F# VC++
MonoPoject
Java J2EE
Zand Php Cake Php
Oracle Database Server
Mysql Database Server
DB2 Database Server
MSSql Databse Server
Javascript Ajax
Html Xml Xhtml
C Programming
C++ Programming
D Programming
CGI Programming
Perl Programming
Cobol Programming
Pascal Programming
Ruby Programming
Drupal Programming
Automobile
Software Testing
Linux Unix Mac Sun OS
Embedded Systems
Mainframe
IC Microcircuit Chip
Electronics Electrical
Hardware Netwarking
SAP ERP
Logical Reasoning
Human Resources
Science
Agriculture
Accounting
History
Pharmaceutical
Other Topic
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 :