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
getCJKAdjustedLength() calculates the column width of text and adjusts for CJK values that may be double widths.
But this method is miscalculating for supplementary code points line "𝑓". In this case the method is returning 2 rather than the expected 1.
The text was updated successfully, but these errors were encountered:
[#1615][#1616] DOC: update RELEASE-NOTES
5c45230
Successfully merging a pull request may close this issue.
getCJKAdjustedLength() calculates the column width of text and adjusts for CJK values that may be double widths.
But this method is miscalculating for supplementary code points line "𝑓". In this case the method is returning 2 rather than the expected 1.
The text was updated successfully, but these errors were encountered: