]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0982: cannot use a terminal when 'encoding' is non-utf8 multi-byte v8.0.0982
authorBram Moolenaar <Bram@vim.org>
Mon, 21 Aug 2017 20:01:27 +0000 (22:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 21 Aug 2017 20:01:27 +0000 (22:01 +0200)
commit740c433c5909e3118dc4a7c42028f8a8b78a353b
treeeb823c0c977819c32a2064110ec4074a3aec8d5b
parent0cbba82359ff9f061aa65632cec7b6b57ae6d6e7
patch 8.0.0982: cannot use a terminal when 'encoding' is non-utf8 multi-byte

Problem:    When 'encoding' is set to a multi-byte encoding other than utf-8
            the characters from ther terminal are messed up.
Solution:   Convert displayed text from utf-8 to 'encoding' for MS-Windows.
            (Yasuhiro Matsumoto, close #2000)
src/terminal.c
src/version.c