t7102: do not assume the system encoding is utf-8
commit36c8ebed5485c9c773a556c5d2b039dc293f9818
authorPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 27 Aug 2013 22:24:59 +0000 (27 23:24 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 5 Dec 2013 23:20:26 +0000 (5 23:20 +0000)
treecdcfb82984184d2f277de6f93e91199df022ccf8
parent379e5cc9c2ac9eaedb4d121e826ea68524e54626
t7102: do not assume the system encoding is utf-8

The commit_msg function has an assumption that the string is being output
as utf-8. On Windows this is not true so always convert from the system
encoding to the desired encoding.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
t/t7102-reset.sh