STINNER Victor <[email protected]> added the comment: > I'm -1 on using wcswidth, though.
When you write text into a console on Linux (e.g. displayed by gnome-terminal or konsole), I suppose that wcswidth() can be used to compute the width of a line. It would help to fix #2382. Or do you think that wcswidth() gives the wrong result for this use case? ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue12568> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
