Skip to content
New issue

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

Align tables containing wide or zero-width characters #19

Merged
merged 1 commit into from
Dec 17, 2019

Conversation

rayjolt
Copy link
Contributor

@rayjolt rayjolt commented Dec 15, 2019

When printed in a fixed-width font, some characters take up two columns
(e.g. East Asian characters or emojis) and some characters take up zero
columns (like combining diacritic characters). To take these characters
into account when aligning tables, use the wcwidth package to get the
display length of the table cell contents.

Fixes #18

@ducminh-phan ducminh-phan added this to the v1.0.2 milestone Dec 16, 2019
When printed in a fixed-width font, some characters take up two columns
(e.g. East Asian characters or emojis) and some characters take up zero
columns (like combining diacritic characters). To take these characters
into account when aligning tables, use the wcwidth package to get the
display length of the table cell contents.

Fixes ducminh-phan#18
@ducminh-phan ducminh-phan merged commit 6bad180 into ducminh-phan:develop Dec 17, 2019
@rayjolt rayjolt deleted the widechar branch December 18, 2019 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants