Comment #7 on issue 1664 by AwayYao: Chinese characters in code cannot be shown correctly
http://code.google.com/p/reviewboard/issues/detail?id=1664
I have same problem. You can set default character set when create database in Mysql:
create database reviewboard_db default character set utf8 It works for me. -- You received this message because you are subscribed to the Google Groups "reviewboard-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
