t7102: do not assume the system encoding is utf-8
commita0530b4ffca5c5f4a631c15e057b901f57312274
authorPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 27 Aug 2013 22:24:59 +0000 (27 23:24 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 17 Feb 2014 18:08:09 +0000 (17 12:08 -0600)
tree354903cb8380b82a326eb6ac094d3cc8c2bf86b3
parenta119eaa89a0eb1653c4a263eb23b04877334b39e
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