You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some combining unicode characters are not displaying correctly under windows, creating gaps in the UI, making it unusable.
This is because the windows console (conhost.exe) doesn't support combining codes.
There's this normalization package that should allow us to fix the problem: golang.org/x/text/unicode/norm
The text was updated successfully, but these errors were encountered:
It seems to be a windows terminal problem. Using a combining unicode character always add a whitespace right after it, breaking the whole UI. I'm not exactly sure what's happening, but there are a bunch of issues regarding unicode on the windows terminal repository.
For now, I'll just strip out all combining unicode characters for the windows build.
Some combining unicode characters are not displaying correctly under windows, creating gaps in the UI, making it unusable.
This is because the windows console (conhost.exe) doesn't support combining codes.
There's this normalization package that should allow us to fix the problem: golang.org/x/text/unicode/norm
The text was updated successfully, but these errors were encountered: