Patch 8.1.2414

11 views
Skip to first unread message

Bram Moolenaar

unread,
Dec 9, 2019, 4:45:38 PM12/9/19
to vim...@googlegroups.com

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 <winresrc.h>

+ 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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages