Actions
Defect #7916
closedTrackers show '??' when adding new project.
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-03-18
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
fully installed with bitnami-redmine-1.1.2-0-windows-installer.
os: windows xp sp3.
Chinese character in 'new project name' is shown the same '??', mysql has set utf charset and selected result is also '??', which mean the error occurs in post & written in db?
thanks.
Files
Updated by Toshi MARUYAMA about 14 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Check your MySQL encoding.
http://d.hatena.ne.jp/saltimbanco/20100622/1277176863
mysql> show variables like 'char%'; +--------------------------+--------------------------------------------+ | Variable_name | Value | +--------------------------+--------------------------------------------+ | character_set_client | latin1 | | character_set_connection | latin1 | | character_set_database | latin1 | | character_set_filesystem | binary | | character_set_results | latin1 | | character_set_server | latin1 | | character_set_system | utf8 | | character_sets_dir | C:\PROGRA~1\BITNAM~1\mysql\share\charsets\ | +--------------------------+--------------------------------------------+ 8 rows in set (0.00 sec)
Actions