]> granicus.if.org Git - vim/commit
patch 8.2.2178: Python 3: non-utf8 character cannot be handled v8.2.2178
authorBram Moolenaar <Bram@vim.org>
Mon, 21 Dec 2020 15:03:02 +0000 (16:03 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 21 Dec 2020 15:03:02 +0000 (16:03 +0100)
commit2e2f52a4a0fd560d37a11a7383a4d52b63ca6cfc
treec4bde05ee74541b38cfb98052cb4dd64ea91c999
parentef2dff52de52c17fe1bd7c06cbb32d8955901f5a
patch 8.2.2178: Python 3: non-utf8 character cannot be handled

Problem:    Python 3: non-utf8 character cannot be handled.
Solution:   Change the string decode. (Björn Linse, closes #1053)
src/if_py_both.h
src/if_python.c
src/if_python3.c
src/testdir/test_python2.vim
src/testdir/test_python3.vim
src/version.c