Discuss language related issues
Moderators: Amaradana, TurboPT, TL Developers
-
ilyubin
- TestLink user
- Posts: 8
- Joined: Thu Jun 04, 2009 9:48 am
Post
by ilyubin »
Hello.
I install Testlink 1.8.2. We have to write our documentation in Russian lang.
All interface in english, but tests in russian.
When I set in config.inc.php:
- $tlCfg->charset = 'UTF-8';
My tests in rus are not saved.
Then I set:
- $tlCfg->charset = 'UTF-8';
My test began save. And I see them in right panel. But in the left navigation panel I do not see my tests names.
Please, help me. How setup right encoding for writing tests in russian?[/i]
-
ilyubin
- TestLink user
- Posts: 8
- Joined: Thu Jun 04, 2009 9:48 am
Post
by ilyubin »
Sorry I wrong write:
" Then I set: $tlCfg->charset = 'UTF-8'; "
Then I set: $tlCfg->charset = 'cp1251';
-
havlatm
- Member of TestLink Community
- Posts: 940
- Joined: Mon Oct 31, 2005 1:24 am
- Location: Czech
Post
by havlatm »
Recommended way: Convert your data from cp1251 to UTF-8. Check Install manual or web to see how to do it.
-
ilyubin
- TestLink user
- Posts: 8
- Joined: Thu Jun 04, 2009 9:48 am
Post
by ilyubin »
Thank you for answer.
Tell me please which encoding should use in future? UTF-8?
-
havlatm
- Member of TestLink Community
- Posts: 940
- Joined: Mon Oct 31, 2005 1:24 am
- Location: Czech
Post
by havlatm »
Yes, UTF-8 is supported and preferred charset.