Have EvTable width correctly handle asian alphabets as per #2166.

This commit is contained in:
Griatch 2020-07-15 23:16:57 +02:00
parent a0ce1ea821
commit 750922a613
4 changed files with 74 additions and 15 deletions

View file

@ -60,6 +60,7 @@ without arguments starts a full interactive Python console.
to `spawn` command to extract the raw prototype dict for manual editing.
- `list_to_string` is now `iter_to_string` (but old name still works as legacy alias). It will
now accept any input, including generators and single values.
- EvTable should now correctly handle columns with wider asian-characters in them.