ConsoleTables
ConsoleTables copied to clipboard
Special Characters break column alignment
Special Characters like äöüßé
break the column alignment.
Left output is expected but instead right output is produced:
Expected Output would be
--------------
| Name | Age |
--------------
| René | 59 |
--------------
| Otto | 52 |
--------------
but instead
---------------
| Name | Age |
---------------
| René | 59 |
---------------
| Otto | 52 |
---------------
I got the same fail for Chinese 中文測試
Try increasing the value 127. Had the same issue with 'åäö'.