| Articles with occidental characters (accent) HELP ! -
30-09-2006, 12:59 PM
I've some problems in displaying articles in italian with accent like:
ò à ì ù
they are correctly displayed in back office but on web they're displayed with
? ? ? ?
i've changed local/en-us.php with ISO-8859
$__LANG = array (
'charset' => 'ISO-8859-1',
'html_encoding' => 'none',
'text_encoding' => '8bit',
'html_charset' => 'ISO-8859-1',
'text_charset' => 'ISO-8859-1',
and also in
languages
manage languages
i setup for italian language ISO-8859-1
I've also try with ISO-8859-15 with no success |