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

Fix incorrect spaces count of East Asian characters #186

Open
wants to merge 1 commit into
base: 2.x
Choose a base branch
from

Conversation

ycs77
Copy link

@ycs77 ycs77 commented Jun 3, 2024

fixed #185

Using mb_strwidth() to replace mb_strlen() to fix the incorrect spaces count of East Asian characters.

@ycs77 ycs77 changed the title Incorrect spaces count of East Asian characters Fix incorrect spaces count of East Asian characters Jun 3, 2024
@xiCO2k xiCO2k force-pushed the fix/east-asian-characters-width branch from f2442e1 to 9386f72 Compare June 3, 2024 18:49
@xiCO2k
Copy link
Collaborator

xiCO2k commented Jun 3, 2024

Looks good to me. cc @nunomaduro

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.

Incorrect spaces count of East Asian characters.
2 participants