mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
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:
@@ -180,10 +180,10 @@ func Test_unicode()
|
||||
if !has('win32')
|
||||
set encoding=debug
|
||||
py3 print('hello')
|
||||
endif
|
||||
|
||||
set encoding=euc-tw
|
||||
py3 print('hello')
|
||||
set encoding=euc-tw
|
||||
py3 print('hello')
|
||||
endif
|
||||
|
||||
set encoding=utf8
|
||||
endfunc
|
||||
|
Reference in New Issue
Block a user