forked from VimPlug/jedi
fix encoding problems with terminal
This commit is contained in:
@@ -185,5 +185,7 @@ except ImportError:
|
||||
|
||||
try:
|
||||
encoding = sys.stdout.encoding
|
||||
if encoding is None:
|
||||
encoding = 'utf-8'
|
||||
except AttributeError:
|
||||
encoding = 'ascii'
|
||||
|
||||
Reference in New Issue
Block a user