1
0
forked from aniani/vim

patch 7.4.1434

Problem:    JSON encoding doesn't hanel surrogate pair.
Solution:   Improve multi-byte handling of JSON. (Yasuhiro Matsumoto)
This commit is contained in:
Bram Moolenaar
2016-02-27 18:41:27 +01:00
parent 85b11769ab
commit b6ff81188d
3 changed files with 79 additions and 5 deletions

View File

@@ -743,6 +743,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1434,
/**/
1433,
/**/