commit | e032461eede2a80f184f1c08e22a76eaf18a480e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 09 17:30:55 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 09 17:30:55 2013 +0200 |
tree | b0ca53997ffe6a103c6986305ac6d8506e796689 | |
parent | b69510e889a1eb102bce83567a7b958d2f25b6ff [diff] [blame] |
updated for version 7.4a.008 Problem: Python 3 doesn't handle multibyte characters prooperly when 'encoding' is not utf-8. Solution: Use PyUnicode_Decode() instead of PyUnicode_FromString(). (Ken Takata)
diff --git a/src/version.c b/src/version.c index 02086c7..5f8df77 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 8, +/**/ 7, /**/ 6,