commit | c5215e943bf5a045089693b60b8805a794d8c2f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 28 16:29:50 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 28 16:29:50 2016 +0100 |
tree | 9ea8498acd19c63fee33fee70da4e1696aa9e35e | |
parent | d6051b5eb83687f60bb4a2f3d5cd23fe8b290eb4 [diff] [blame] |
patch 7.4.1448 Problem: JSON tests fail if 'encoding' is not utf-8. Solution: Force encoding to utf-8.
diff --git a/src/version.c b/src/version.c index f3a9183..eaf0ab6 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1448, +/**/ 1447, /**/ 1446,