builtin-mailinfo.c: use "ISO8859-1" instead of "latin1" as fallback encoding
commit62645006044c7453439f6ad8dafc984441ac54b6
authorBrandon Casey <casey@nrlssc.navy.mil>
Mon, 18 May 2009 23:44:41 +0000 (18 18:44 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 May 2009 03:53:15 +0000 (18 20:53 -0700)
treedbd7c4fccc2f202e98d773fe9dce89210e7d7639
parented1e3985e445e4cb4558056f8a31c366f2bf2634
builtin-mailinfo.c: use "ISO8859-1" instead of "latin1" as fallback encoding

Some platforms do not understand the character encoding "latin1" which is
another name for "ISO8859-1".  So use "ISO8859-1" instead which all tested
platforms understand.

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-mailinfo.c