At first, thanks for your efforts in good test managmnet software!
I have translated system to russian - the file string.txt has ANSI coding (in my case windows-1251). If I define in config.inc.php
define ('TL_TPL_CHARSET', 'windows-1251'), that the localization interface of system looks good. But the new added data with cyrillic (User Name, Test Cases etc) are not displayed (simply blank )!
If i decode a file string.txt in Unicode (UTF8) and define in config.inc.php define('TL_TPL_CHARSET', 'UTF-8'), Cyrillic names will be kept normally, but the localization interface is shown in the wrong coding.
Question - how it is possible to make high-grade support UTF-8?
I recommend to use UTF-8 because we will suppport it in future. You must have UTF-8 both strings and database data. See config guide how to translate db too.
havlatm wrote:I recommend to use UTF-8 because we will suppport it in future. You must have UTF-8 both strings and database data. See config guide how to translate db too.
Excuse for a silly question, but what "translate db too" means? My mysql base now in UTF8 coding (utf8_general_ci collation)...
I'm sorry my unclear answer. Both strings and db must be in one encoding.
Both windows-1251 or both UTF-8.
Are you sure that you correctly translate strings to UTF-8?