console-table
console-table copied to clipboard
The column width calculation is incorrect if the character set is not UTF-8.
I'm working with Shift-JIS encoding, columns width is incorrect
In src/LucidFrame/Console/ConsoleTable.php: is using mb_strlen to calculation string width with UTF-8 encoding, Are we have a other the solution?
@Ily1606 Can you please provide an example of your data?