Special Char in php variable
Posted: Mon Feb 16, 2009 10:54 pm
Hi,
I have two languages on the same site ( English and Italian )
The translations in both languages work well and work well all special character in all area of product data.
The only problem is special char ( like òàèé ) in all words defined in php template files ( all variable defined as string in language definitions )
I have tried to change ISO-3166 definition instead of UTF-8 in index page and I have solved the problem of template but all Currency value ( $£€ ) are changed.
If I use UTF-8 in index.php the currency are OK but the special italian char are displayed as blank box.
What can I try to do ?
thanks
I have two languages on the same site ( English and Italian )
The translations in both languages work well and work well all special character in all area of product data.
The only problem is special char ( like òàèé ) in all words defined in php template files ( all variable defined as string in language definitions )
I have tried to change ISO-3166 definition instead of UTF-8 in index page and I have solved the problem of template but all Currency value ( $£€ ) are changed.
If I use UTF-8 in index.php the currency are OK but the special italian char are displayed as blank box.
What can I try to do ?
thanks