To: vim-dev@vim.org Subject: Patch 6.1b.024 Fcc: outbox From: Bram Moolenaar MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1b.024 (extra) Problem: Gettext 0.11 complains that "sjis" is not a standard name. Solution: Use "cp932" instead. Files: src/po/sjiscorr.c *** ../vim61b.023/src/po/sjiscorr.c Tue Jul 31 11:55:30 2001 --- src/po/sjiscorr.c Mon Mar 18 21:03:23 2002 *************** *** 20,26 **** { if (strncmp(p, "charset=euc-jp", 14) == 0) { ! fputs("charset=sjis", stdout); p += 13; } else if (strncmp(p, "ja.po - Japanese message file", 29) == 0) --- 20,26 ---- { if (strncmp(p, "charset=euc-jp", 14) == 0) { ! fputs("charset=cp932", stdout); p += 13; } else if (strncmp(p, "ja.po - Japanese message file", 29) == 0) *** ../vim61b.023/src/version.c Sun Mar 17 14:22:46 2002 --- src/version.c Mon Mar 18 21:07:34 2002 *************** *** 608,609 **** --- 608,611 ---- { /* Add new patch number below this line */ + /**/ + 24, /**/ -- Lose weight, NEVER Diet again with The "Invisible Weight Loss Patch" (spam e-mail) /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\ /// Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim \\\ \\\ Project leader for A-A-P -- http://www.a-a-p.org /// \\\ Help me helping AIDS orphans in Uganda - http://iccf-holland.org ///