Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb645b9 commit e17e703Copy full SHA for e17e703
1 file changed
lib/core/convert.py
@@ -159,7 +159,7 @@ def stdoutencode(data):
159
if IS_WIN:
160
output = data.encode(sys.stdout.encoding, "replace")
161
162
- if '?' in output:
+ if '?' in output and '?' not in data:
163
warnMsg = "cannot properly display Unicode characters "
164
warnMsg += "inside Windows OS command prompt "
165
warnMsg += "(http://bugs.python.org/issue1602). All "
0 commit comments