changeset 18855:02e2707808b2 v8.1.2414

patch 8.1.2414: MS-Windows: properties dialog box shows wrong character Commit: https://github.com/vim/vim/commit/661ed8b4b6da405c95ede88b0e45ac27adba3f71 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 9 22:22:49 2019 +0100 patch 8.1.2414: MS-Windows: properties dialog box shows wrong character Problem: MS-Windows: properties dialog box shows wrong character. Solution: Explicitly specify encoding. (Ken Takata, closes https://github.com/vim/vim/issues/5338)
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 Dec 2019 22:30:03 +0100
parents 408622bc92c7
children 00ef17508280
files src/version.c src/vim.rc
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2414,
+/**/
     2413,
 /**/
     2412,
--- a/src/vim.rc
+++ b/src/vim.rc
@@ -14,6 +14,9 @@
 #include "gui_w32_rc.h"
 #include <winresrc.h>
 
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+
 //
 // Icons
 //