[issue6755] Patch: new method get_wch for ncurses bindings: accept wide characters (unicode)

STINNER Victor report at bugs.python.org
Thu Aug 27 00:14:25 CEST 2009


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

inigoserna>> Other functions I miss a lot are wcwidth() and wcswidth()

I wrote a patch to implement unicode.width() method:
http://bugs.python.org/file13357/unicode_width.patch

It's part of the issue #2382 (SyntaxError cursor shifted if multibyte
character is in line)

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list