commit | 16038d50c4309e8dee33c70ca2c9e7f73439c4df | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 27 20:37:49 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 27 20:37:49 2017 +0100 |
tree | deff0575b9d8fcda50c794c3883c2368f3d94ea8 | |
parent | d9c60648e50a82dcb85b8dffb47f6416c3d56972 [diff] [blame] |
patch 8.0.0245: zh_CN.cp936.po has a conversion error Problem: The generated zh_CN.cp936.po message file is not encoded properly. Solution: Instead of using zh_CN.po as input, use zh_CN.UTF-8.po.
diff --git a/src/version.c b/src/version.c index e0f23d0..a2ebcf5 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 245, +/**/ 244, /**/ 243,