[New-bugs-announce] [issue28758] UnicodeDecodeError: 'gbk' codec can't decode byte 0xab in position 74: illegal multibyte sequence

dontbugme report at bugs.python.org
Mon Nov 21 00:17:28 EST 2016


New submission from dontbugme:

you can see https://github.com/mintty/mintty/issues/609
os.popen('chcp 65001 && ' + JAVA + ' -jar ' + CHECKSTYLE_JAR + ' -c ' + CHECKSTYLE_XML + ' "%s/%s"' % (COMMIT_TEMP_DIT, changed)).read()

----------
messages: 281322
nosy: dontbugme
priority: normal
severity: normal
status: open
title: UnicodeDecodeError: 'gbk' codec can't decode byte 0xab in position 74: illegal multibyte sequence
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28758>
_______________________________________


More information about the New-bugs-announce mailing list