table_print icon indicating copy to clipboard operation
table_print copied to clipboard

Multibyte characters misrepresented

Open arches opened this issue 14 years ago • 3 comments
trafficstars

At display time, multibyte characters are shown as a single column. But when calculating column width, it appears that each byte of the character is counted as a new column. Thus, cells with multibyte characters are displayed too narrowly, breaking the vertical alignment of subsequent columns.

arches avatar May 23 '11 20:05 arches

fixed for ruby versions after 1.8.7

arches avatar Aug 31 '13 23:08 arches

® symbol is improperly counted (cells with ® are one column too narrow)

arches avatar Sep 09 '13 15:09 arches

I believe that #45 fixes this :)

shlomizadok avatar Sep 29 '16 07:09 shlomizadok