Polish language - charset problems

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
rypki
TestLink user
Posts: 6
Joined: Tue Mar 17, 2009 9:07 am

Polish language - charset problems

Post by rypki »

Hi, I am running polish language version on testlink. However I have problems with charset (for polish lagugage it is ISO-8859-2). I have set up in the file custom_config.inc.php the following command:

$g_defaultCharset = DB_SUPPORTS_UTF8 ? 'UTF-8' : 'ISO-8859-2';

but it doesn't help. I still can't see polish characters.
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

UTF-8 maintains Polish character well. You need not use ISO-8859-2.
See Installation manual for data conversion (if you need it).
Post Reply