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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201912092145.xB9LjVWD001739%40masaka.moolenaar.net.