Hi,
I am evaluating doceboCms for multilingual website, english (iso-8859-1) and slovak (iso-8859-2 or windows-1250). I have succesfully defined slovak language with charset windows-1250, exported english strings; manualy changed some header tags in xml, and imported the strings as "slovak language" into doceboCms. Now i wanted prepare a bilingual pages. But there is a problem. Docebo converts windows-1250 characters into html entities. But it is wrong. Central european characters are mangled. Your php function chkInput() uses php function get_html_translation_table(HTML_ENTITIES) which works by default with iso-8859-1 encoding. If i comment out the call to chkInput() in lib.properation.php everything works fine. I think the code of function chkInput() should be refactored. Or another question. What do you think about using only UTF-8 charset for all languages in doceboCms together with MySQL 4.1 with UTF-8 charset?
Ciao
Jozef





