1
0
forked from VimPlug/jedi

fix encoding problems with terminal

This commit is contained in:
David Halter
2013-04-13 15:57:28 +04:30
parent eeb8e0e21d
commit bafb17001b

View File

@@ -185,5 +185,7 @@ except ImportError:
try:
encoding = sys.stdout.encoding
if encoding is None:
encoding = 'utf-8'
except AttributeError:
encoding = 'ascii'