[New-bugs-announce] [issue42290] Unicode inconsistent display after concencated

Xinmeng Xia report at bugs.python.org
Sun Nov 8 00:51:50 EST 2020


New submission from Xinmeng Xia <xiaxm at smail.nju.edu.cn>:

When printing an assignment expression with unicode ܯ ( \U+072F)  on the command line, we get an unexpected result.
Example A:
>>> print(chr(1839)+" = 1")
ܯ = 1

Similar problems exist in plenty of characters of unicode.

----------
components: Unicode
messages: 380534
nosy: ezio.melotti, vstinner, xxm
priority: normal
severity: normal
status: open
title: Unicode inconsistent display after concencated
type: behavior
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42290>
_______________________________________


More information about the New-bugs-announce mailing list