Avoid UnicodeEncodeError on non-ascii reviewer names
authorKristof Beyls <kristof.beyls@arm.com>
Wed, 6 Jun 2018 14:19:58 +0000 (14:19 +0000)
committerKristof Beyls <kristof.beyls@arm.com>
Wed, 6 Jun 2018 14:19:58 +0000 (14:19 +0000)
commit566c74cc9850f421f54f4790d996517cb8a52b03
tree866394dc3e4da2805336b770567655bb23ace676
parent1abf9439d5469613b761de84ce7647b36c4952f4
Avoid UnicodeEncodeError on non-ascii reviewer names

... by using unicode instead of byte strings where non-ascii strings can be
formatted in.

llvm-svn: 334098
llvm/utils/Reviewing/find_interesting_reviews.py