commit | f11a0af713a714ee2efcd810dd81c6dfd59381aa | [log] [tgz] |
---|---|---|
author | Chris Packham <judge.packham@gmail.com> | Tue Feb 07 20:11:00 2017 +1300 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 08 06:12:16 2017 -0700 |
tree | 735a916a934372ada37391a8e9f6b02b94205019 | |
parent | 8d7523c55c2c4000af15dfcba658eef35cc14302 [diff] |
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>