commit | 556684ff71e044a642879d759373a7ebc5047fad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 31 21:59:01 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 31 21:59:01 2019 +0100 |
tree | 693aba1258b64d3bebd7754324363067352e90a3 | |
parent | ef140544f6703a7a4c0f6a15f610508ed6b09e89 [diff] [blame] |
patch 8.2.0068: crash when using Python 3 with "utf32" encoding Problem: Crash when using Python 3 with "utf32" encoding. (Dominique Pelle) Solution: Use "utf-8" whenever enc_utf8 is set. (closes #5423)
diff --git a/src/version.c b/src/version.c index 432ae4d..1c7dbba 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 68, +/**/ 67, /**/ 66,