# HG changeset patch # User Bram Moolenaar # Date 1575927003 -3600 # Node ID 02e2707808b27530389d714c0596b0878f492f60 # Parent 408622bc92c721f2c7709b5f602d2e6eda197971 patch 8.1.2414: MS-Windows: properties dialog box shows wrong character Commit: https://github.com/vim/vim/commit/661ed8b4b6da405c95ede88b0e45ac27adba3f71 Author: Bram Moolenaar 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) diff --git a/src/version.c b/src/version.c --- 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, diff --git a/src/vim.rc b/src/vim.rc --- a/src/vim.rc +++ b/src/vim.rc @@ -14,6 +14,9 @@ #include "gui_w32_rc.h" #include +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +#pragma code_page(1252) + // // Icons //