1
0
forked from aniani/vim

patch 8.2.0079: Python 3 unicode test still fails on MS-Windows

Problem:    Python 3 unicode test still fails on MS-Windows.
Solution:   Do not set 'encoding' to "euc-tw" on MS-Windows.
This commit is contained in:
Bram Moolenaar
2020-01-02 16:38:07 +01:00
parent b9adef79ec
commit 7fc4785ea1
2 changed files with 5 additions and 3 deletions

View File

@@ -180,10 +180,10 @@ func Test_unicode()
if !has('win32')
set encoding=debug
py3 print('hello')
endif
set encoding=euc-tw
py3 print('hello')
endif
set encoding=utf8
endfunc

View File

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