git-gui: avoid mis-encoding the copyright message on Windows.
commit2473543caabe63a9787e7ac42765c8f7169d7197
authorPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 13 Sep 2010 19:41:42 +0000 (13 20:41 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 13 Sep 2010 19:41:42 +0000 (13 20:41 +0100)
tree5cd082ce2e91eb2fa258566cc60b1ebd2dfad985
parent421a31e22dc7b130b7ce239f7fbc28e43c9556c3
git-gui: avoid mis-encoding the copyright message on Windows.

On Windows the tcl script file will use the system encoding and attempting
to convert the copyright mis-encodes the string. Instead, keep the message
as ASCII and substitute in the correct unicode character when running.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
git-gui.sh