1fedb95e4b
* Use libc wcwidth to calculate print width in display. Fixes #63105 * Remove errantly added blank lines * Fixes * Move setlocale, adjust tests to work around py2 oddity with characters following null * Don't change cli stub * emojis * Remove to_text call * Special accounting for deletions * Add initialization function, expand tests, ensure fallback to len * get_text_width requires text, ensure banner deals with it * Handle setlocale errors * Move variable decrement * Remove unused import
3 lines
133 B
YAML
3 lines
133 B
YAML
bugfixes:
|
|
- Display - Use wcswidth to calculate printable width of a text string
|
|
(https://github.com/ansible/ansible/issues/63105)
|