cannot input and save chinese character

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
taishici2000
TestLink user
Posts: 1
Joined: Fri Jun 16, 2006 9:16 am

cannot input and save chinese character

Post by taishici2000 »

how did i should chage databae config?
feichangtaoqi
TestLink user
Posts: 1
Joined: Wed Jun 28, 2006 8:56 am

Post by feichangtaoqi »

/** Set this to TRUE if your MySQL DB supports UTF8 (MySQL version >= 4.1) */
//define(\'DB_SUPPORTS_UTF8\', TRUE);
define(\'DB_SUPPORTS_UTF8\', FALSE);

//define(\'TL_TPL_CHARSET\', DB_SUPPORTS_UTF8 ? \'UTF-8\' : \'ISO-8859-1\');
define(\'TL_TPL_CHARSET\', \'gb2312\'); // Chinese charset
Post Reply