3610: rbt post --summary="不能用中文" in windows7 ,It cannot send any Chinese characters .

wdao****@gmai***** (Google Code) (Is this you? Claim this profile.)
Oct. 30, 2014
When i use rbt post --summary="不能用中文" in windows7/dos, there will be some wrong characters in the summary . i use fiddle to intercept the sending request , I discovered the sending request containging invalid characters.
  

os: window 7 (Language:Chinese)
dos: Microsoft Windows 6.1.7601
RBTools: 0.6.2
python:Python 2.7.3
#1 wdao****@gmai***** (Google Code) (Is this you? Claim this profile.)
even the diff file containing Chinese characters,there also will be the same problem about wrong characters when it was sended the reviewboard.
david
#2 david
This is almost always a problem with the database configuration (by default, mysql does not use utf-8 for tables). You'll need to convert your database to use utf-8.
  • +SetupIssue