haarcuba / cpp-text-table

C++ text table: format text in tabular form
GNU Lesser General Public License v2.1
143 stars 36 forks source link

Allow for correct computations of glyph length for utf8 encoded multi… #12

Closed cpp977 closed 4 years ago

cpp977 commented 4 years ago

…byte characters.

This leads to a correct table even for multibyte characters. Feature needs to be enabled with a preprocessor variable.