commit | e6ae6225b4abd914b13648638c58bb253124473a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 21 21:01:10 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 21 21:01:10 2013 +0200 |
tree | bd48cc57aaaf107ddad06fe8dbbe5a71807e0440 | |
parent | 774267bbb9ac66c89e6e1781c19730a58c772752 [diff] [blame] |
Updated runtime files, language files and translations.
diff --git a/src/po/sjiscorr.c b/src/po/sjiscorr.c index d7706ba..fec4740 100644 --- a/src/po/sjiscorr.c +++ b/src/po/sjiscorr.c
@@ -18,10 +18,10 @@ { for (p = buffer; *p != 0; p++) { - if (strncmp(p, "charset=euc-jp", 14) == 0) + if (strncmp(p, "charset=utf-8", 13) == 0) { fputs("charset=cp932", stdout); - p += 13; + p += 12; } else if (strncmp(p, "ja.po - Japanese message file", 29) == 0) {