chenguodong 605a9a487b Fixed UnicodeDecodeError while uploading changes.
When commit with comment that has non-ASCII characters,
UnicodeDecodeError will be raised
while uploading multiple project/branch changes.
Because some strings in script are not str type, but unicode.
So all the strings are decoded to unicode,
and python use ascii to do this,
it can not decode non-ASCII characters,
so UnicodeDecodeError raised.

Signed-off-by: chenguodong <chenguodong@huawei.com>

Change-Id: I46447f489a4b9760a5899c7ba9d764b688594e46
2011-11-29 12:11:41 -08:00
2009-06-02 00:09:07 +02:00
2009-06-02 00:09:07 +02:00
2011-01-09 17:39:19 -08:00
2008-10-21 07:00:00 -07:00
2011-10-11 15:58:07 -07:00
2011-11-03 13:05:14 -07:00
2011-09-19 14:52:57 -07:00
2011-11-29 12:09:35 -08:00
Description
No description provided
Apache-2.0 35 MiB
Languages
Python 99.1%
Shell 0.9%