We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strings in Japanese are not aligned, you might want to use utf8.RuneCountInString instead of len to compute the length of the strings.
utf8.RuneCountInString
len
COMPANY CITY ISSUE ------- ---- ----- AAAホールディングス株式会社 東京 〇についての問い合わせ トトト株式会社 名古屋 〇〇できない 桜株式会社 大阪 〇の不具合
The text was updated successfully, but these errors were encountered:
Chinese is also misplaced, what method should be used to align it
Name Age Email ---- --- ----- aaa 25 [email protected] bbb 25 [email protected] 蔡徐坤 30 [email protected] 爱坤 30 [email protected] 真爱坤 30 [email protected]
Sorry, something went wrong.
No branches or pull requests
Strings in Japanese are not aligned, you might want to use
utf8.RuneCountInString
instead oflen
to compute the length of the strings.Example
Output
The text was updated successfully, but these errors were encountered: