]> git.sur5r.net Git - u-boot/commit
patman: Handle non-ascii characters in names
authorChris Packham <judge.packham@gmail.com>
Tue, 7 Feb 2017 07:11:00 +0000 (20:11 +1300)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Feb 2017 13:12:16 +0000 (06:12 -0700)
commitf11a0af713a714ee2efcd810dd81c6dfd59381aa
tree735a916a934372ada37391a8e9f6b02b94205019
parent8d7523c55c2c4000af15dfcba658eef35cc14302
patman: Handle non-ascii characters in names

When gathering addresses for the Cc list patman would encounter a
UnicodeDecodeError due to non-ascii characters in the author name.
Address this by explicitly using utf-8 when building the Cc list.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
tools/patman/series.py