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
dot := '\uF111' // a dot println(runewidth.RuneWidth(dot)) /* Linux(wsl):1 (correct) Windows 11:2 (incorrect) */
go version: 1.20.4
The text was updated successfully, but these errors were encountered:
U+F111 is private use; it's impossible for this library to know the correct width.
IsEastAsian() probably returns something different on your systems(?) That depends on your locale.
I don't know if Unicode says something about the width of private use characters. I think not? Probably not a bug here.
Sorry, something went wrong.
No branches or pull requests
go version: 1.20.4
The text was updated successfully, but these errors were encountered: