khalidabuhakmeh / ConsoleTables

Print out a nicely formatted table in a console application C#
MIT License
948 stars 158 forks source link

fix when non-English languages and chars width is two #57

Closed ad313 closed 1 year ago

ad313 commented 3 years ago

I find that string.Format("{0,xx}",row) is not working on Linux. I run my app on Linux and it display error。

khalidabuhakmeh commented 1 year ago

Thank you, this will be merged in with out work.