]> git.ipfire.org Git - thirdparty/git.git/commit
t3901: Use ISO8859-1 instead of ISO-8859-1 for backward compatibility
authorBrandon Casey <casey@nrlssc.navy.mil>
Mon, 18 May 2009 23:44:43 +0000 (18:44 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 May 2009 03:53:17 +0000 (20:53 -0700)
commit1e6bca0e8941f3a73d16d1842e2202f85b446c41
tree2d8f27bde67d42891fe9923615818eaac1f75607
parentd4ea4e27463576f33866b1c3f0fe41913fb03ef7
t3901: Use ISO8859-1 instead of ISO-8859-1 for backward compatibility

Some ancient platforms do not have an extensive list of alternate names for
character encodings.  For example, Solaris 7 does not know that ISO-8859-1
is the same as ISO8859-1.  Modern platforms do know this, so use the older
name.

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3901-i18n-patch.sh