commit | 4119309d70c7fc32637e77f2e84c185ad1768892 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 24 21:53:31 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 24 21:53:31 2019 +0200 |
tree | fd529095f9005b572d6f7ca1c15b98620f443120 | |
parent | 4f57eefe1e84b5a90e08474092ea6fc8825ad5c9 [diff] [blame] |
patch 8.1.1923: some source files are not in a normal encoding Problem: Some source files are not in a normal encoding. Solution: Convert hangulin.c from euc-kr to utf-8 and digraph.c from latin1 to utf-8. (Daniel Hahler, closes #4731)
diff --git a/src/version.c b/src/version.c index 862b3d9..8ae3dda 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1923, +/**/ 1922, /**/ 1921,