commit feeds show garbage code by chinese chars
Closed
commit feeds show garbage code by chinese chars
Created by: moolex
In dashboard commit feeds view, all chinese chars display as garbage code but commit info detail page have no this problem
Created by: moolex
When i change the collation of column 'data' in table 'events' from charset 'latin1_swedish_ci' to 'utf8_bin' and problem resolved
btw: Im using mysql database
Think that gitlabhq should define all charset defaults to utf8 and it will be better
By Administrator on 2013-05-10T06:23:52 (imported from GitLab project)
Created by: Razer6
According to https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/databases.md there is a UTF8 default charset.
By Administrator on 2013-06-08T22:31:55 (imported from GitLab project)