I am using V1.04 for some time,Everything is wonderful
yesterday I updated my system to 1.6
But I can\'t use chinese there , why I can use chinese in V1.0.4,but not 1.6
?
who can tell why ?
where can get the patch to support chinese ?
Thanks!
Version 1.6 can't support Chinese ...
If you speak about GUI and not about db. There is also required change for html templates coding. See more in Installation manual.
If your problem are data in database. Go through the config.inc.php and set your coding.
The problem probably is that templates are written in gb charset instead of utf-8. I\'m not sure which charset is used for your db. Chinese was added in last minute. And I have no possibility how to test it.
If your problem are data in database. Go through the config.inc.php and set your coding.
The problem probably is that templates are written in gb charset instead of utf-8. I\'m not sure which charset is used for your db. Chinese was added in last minute. And I have no possibility how to test it.
hi:
I change config file like this \"define(\'TL_TPL_CHARSET\', \'gb2312\'); // Chinese charset\",the GUI is ok! But what I input is change ! My mysql is 5.0,I do not change\"define(\'DB_SUPPORTS_UTF8\', TRUE);\".
So, is that a bug? or for my php5.11 `s reason?
by the way ,I don`t learn php ,so some question is not clear, hope you understand what I say.
thanks!
I change config file like this \"define(\'TL_TPL_CHARSET\', \'gb2312\'); // Chinese charset\",the GUI is ok! But what I input is change ! My mysql is 5.0,I do not change\"define(\'DB_SUPPORTS_UTF8\', TRUE);\".
So, is that a bug? or for my php5.11 `s reason?
by the way ,I don`t learn php ,so some question is not clear, hope you understand what I say.
thanks!
Yes, you confirm my expectation, that it\'s bug. There is issue in our BTS. What I need - somebody who have installed suport for Chinese must to convert Chinese strings to UTF-8. It\'s just one file. I\'m looking for who can do it?
I make a mistake in adding Chinese without testing. Autor don\'t answer me on widh to test it. Both html and database charset must be the same one. And GUI strings are currently: gb2312. So prabably only gb2312 database should work correctly now.
I make a mistake in adding Chinese without testing. Autor don\'t answer me on widh to test it. Both html and database charset must be the same one. And GUI strings are currently: gb2312. So prabably only gb2312 database should work correctly now.