[issue6733] curses line wrap broken when mixing full- and half-width unicode characters

fugounashi report at bugs.python.org
Wed Aug 19 02:43:22 CEST 2009


New submission from fugounashi <fugounashi+python at gmail.com>:

when printing a full width unicode character near the end of a line when
only a single (half-width) space remains, the character is printed at
the start of the current line rather than the start of the next line. 
the following character is printed in the following space on the next
line as it should be.  same behaviour in both mlterm and xterm

thanks!

python deb 2.5.2-3

----------
messages: 91721
nosy: fugounashi
severity: normal
status: open
title: curses line wrap broken when mixing full- and half-width unicode characters
type: behavior
versions: Python 2.5

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


More information about the Python-bugs-list mailing list