зеркало из https://github.com/microsoft/git.git
mailinfo: iconv does not like "latin-1" -- should spell it "latin1"
This was a stupid typo that did not follow http://www.iana.org/assignments/character-sets Long noticed but neglected by JC, but finally reported by Marco. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
9a84074d08
Коммит
ac44f3e7c0
|
@ -472,7 +472,7 @@ static void convert_to_utf8(char *line, char *charset)
|
|||
char *in, *out;
|
||||
size_t insize, outsize, nrc;
|
||||
char outbuf[4096]; /* cheat */
|
||||
static char latin_one[] = "latin-1";
|
||||
static char latin_one[] = "latin1";
|
||||
char *input_charset = *charset ? charset : latin_one;
|
||||
iconv_t conv = iconv_open(metainfo_charset, input_charset);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче