t9301: use ISO8859-1 rather than ISO-8859-1
commite0d44c50752644fca80f1e78ab7a939135b380e1
authorBrandon Casey <casey@nrlssc.navy.mil>
Mon, 18 May 2009 23:44:44 +0000 (18 18:44 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 May 2009 03:53:18 +0000 (18 20:53 -0700)
tree3ce5a479012af0ea3832f04bd3d122614067bf66
parent1e6bca0e8941f3a73d16d1842e2202f85b446c41
t9301: use ISO8859-1 rather than ISO-8859-1

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/t9301-fast-export.sh