I'have some problems with the language_files.
- now, my gui_fr.langprop file begin with //
//
_jotl.language.encoding=UTF-8
- I'have changed the language.inc.php in line 32. I'm testing the $strLine like this if ($strLine) { if ( ($strLine[0] != "#") ...
- 'have changed the mail_content_values.php in line
- 574 : echo $arrSlot['strName']; => echo htmlentities(utf8_decode($arrRow["strName"]));
- 586 : htmlentities($arrRow["strName"]) => htmlentities(utf8_decode($arrRow["strName"]))
And now, everything work.
Nobody/Anonymous
Managing interface
V.2.12.0
Public
|
Date: 2010-12-31 11:10:05 PST Hello Cyril, |