t7102: do not assume the system encoding is utf-8
commitb5dde949bbbee8287b7811a72dc5e2f4312b65ff
authorPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 27 Aug 2013 22:24:59 +0000 (27 23:24 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 10 Apr 2014 18:53:29 +0000 (10 13:53 -0500)
tree4775bf24dee1af40252be4cc5142d0c7cd8a615b
parent5c2060439b227b3fa919d1f0fa0d680b7d868f16
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