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

Table with unicode character #117

Merged
merged 4 commits into from
Nov 29, 2024

Conversation

dimtrovich
Copy link
Contributor

this PR corrects the problem of displaying unicode characters when rendering tables. When you have data with unicode characters in cells, the table columns are not aligned correctly.

Before
image

After
image

It was the same with the justify method.

Before
image

After
image

src/Output/Table.php Outdated Show resolved Hide resolved
Copy link
Owner

@adhocore adhocore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you 🎉

@adhocore adhocore merged commit f96cc05 into adhocore:main Nov 29, 2024
5 of 6 checks passed
@dimtrovich dimtrovich deleted the table-with-unicode-character branch November 29, 2024 14:34
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.

2 participants