To: vim_dev@googlegroups.com Subject: Patch 8.1.2414 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.2414 Problem: MS-Windows: properties dialog box shows wrong character. Solution: Explicitly specify encoding. (Ken Takata, closes #5338) Files: src/vim.rc *** ../vim-8.1.2413/src/vim.rc 2019-10-12 15:02:43.748980293 +0200 --- src/vim.rc 2019-12-09 22:20:47.643047612 +0100 *************** *** 14,19 **** --- 14,22 ---- #include "gui_w32_rc.h" #include + LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US + #pragma code_page(1252) + // // Icons // *** ../vim-8.1.2413/src/version.c 2019-12-09 21:48:07.533289827 +0100 --- src/version.c 2019-12-09 22:22:16.414628028 +0100 *************** *** 744,745 **** --- 744,747 ---- { /* Add new patch number below this line */ + /**/ + 2414, /**/ -- hundred-and-one symptoms of being an internet addict: 238. You think faxes are old-fashioned. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///