Version 1.6 can't support Chinese ...

The release 1.6 is going to be unsupported by Community. Because our effort moves ahead. However there are still valuable informations for you.
Locked
Tylor

Version 1.6 can't support Chinese ...

Post by Tylor »

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!
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

Do you configure UTF-8 support to OFF?
biddles
TestLink user
Posts: 8
Joined: Thu Dec 08, 2005 8:09 am

Post by biddles »

I used apache 2.0.55 php 5.1.1 mysql 5.0 win200server


I config with document ,it can`t change to chinese interface(main page) , I change the ie config ,But wether I change uft8 on or off ,it always can`t work in chinese page .


hope get the answer!.
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

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.
Guest

Post by Guest »

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!
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

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.
Guest

Post by Guest »

I don`t know wether java sdk tools file \"native2ascii.exe\" is useful to you . it can change native charset to ascii. I don`t know this can help.
Locked