python-tableformatter / tableformatter

Tabular data formatter allowing printing from both arbitrary Iterables of Iterables or Iterables of objects via introspection
https://pypi.org/project/tableformatter/
MIT License
19 stars 3 forks source link

Issue wrapping text with wide-display unicode characters #32

Closed anselor closed 5 years ago

anselor commented 5 years ago

When a wide-display unicode character (such as asian languages) is on a line that wraps, the width calculation is off causing the rest of the line to be shifted right.