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

2009-09-30 Thread fugounashi
Changes by fugounashi : -- components: +Library (Lib) ___ Python tracker <http://bugs.python.org/issue6733> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2009-08-27 Thread fugounashi
fugounashi added the comment: thanks for looking into it this should do it: #! /usr/bin/python import locale locale.setlocale(locale.LC_ALL, '') code = locale.getpreferredencoding() import curses def main(stdscr): stdscr.erase() stdscr.move(0, 0) for i in range(0,stdsc

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

2009-08-18 Thread fugounashi
New submission from fugounashi : 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