Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion isbntools/_console.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def set_msconsole():
except:
continue

if WINDOWS and PY3 and sys.stdout.encoding not in ('cp65001', 'cp1252'):
if WINDOWS and PY3 and sys.stdout.encoding not in ('cp65001', 'cp1252', 'utf-8'):
LOGGER.debug('sys.stdout.encoding is %s', sys.stdout.encoding)
print('')
print(' WARNING: your system is not prepared for Unicode.')
Expand Down