diff src/vim.rc @ 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 50a16f2a54a8
children ff39fc87f6b3
line wrap: on
line diff
--- 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
 //