-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
support variable-width unicode characters #3800
Comments
Normalizing is probably undesirable, since other editors, and textarea do not do it, we will fix the support for variable width characters instead. |
That would indeed be better :-) |
Is this a feature that is actively being worked on? I am also running into the same issue for Hindi. Are there any known workarounds that fix this issue? |
Hello do u known resolution this issue ? @kevinushey |
This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
Closing as duplicate of this issue #460 |
For example, with the string:
If you copy and paste this into the Ace kitchen sink, you'll see that the cursor goes 'too far' beyond the text boundary.
I suspect this is because the characters above are each formed from two code points;
a
and the 'combining ring above' (http://graphemica.com/030A).This text is fine:
since this is just the plain old 'a with ring above' (http://graphemica.com/%C3%A5)
The text was updated successfully, but these errors were encountered: