mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-10 19:41:26 +01:00
Doc
This commit is contained in:
@@ -786,6 +786,7 @@ class Translate
|
|||||||
}
|
}
|
||||||
if ($pagecodefrom == 'UTF-8' && $this->charset_output == 'ISO-8859-1') {
|
if ($pagecodefrom == 'UTF-8' && $this->charset_output == 'ISO-8859-1') {
|
||||||
$str = utf8_decode(str_replace('€', chr(128), $str));
|
$str = utf8_decode(str_replace('€', chr(128), $str));
|
||||||
|
// TODO Replace with iconv("UTF-8", "ISO-8859-1", str_replace('€', chr(128), $str)); ?
|
||||||
}
|
}
|
||||||
return $str;
|
return $str;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user