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
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
Changes by fugounashi :
--
components: +Library (Lib)
___
Python tracker
<http://bugs.python.org/issue6733>
___
___
Python-bugs-list mailing list
Unsubscribe: