I'm working with Shift-JIS encoding, columns width is incorrect In [ src/LucidFrame/Console/ConsoleTable.php:](https://github.com/phplucidframe/console-table/blob/6667b7b3c5d000f51480a4995debb7b30556099f/src/LucidFrame/Console/ConsoleTable.php#L354) is using mb_strlen to calculation string width with UTF-8 encoding, Are we have a other the solution?
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?