-
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
Full Unicode support incomplete #5431
Comments
Hi, I verified that the characters I wonder if this issue would be different from #1153 |
Yes, it's related to that. :) Do let me know if I can help with testing or the like. I'm happy to provide you with more details about characters/Unicode codes etc if it can help. |
Any progress on this issue? It’s severely affecting my application https://bradrn.com/brassica, for which support for combining diacritics is very important. |
Hello! Any news on this? I add to @bradrn that it severely affects the workflow of many researchers that rely on certain Unicode characters for their work, which makes the editor unsuitable. |
Describe the bug
This is an issue that has been brought up several times through the years but it still not fixed (see for example #1531).
The editor does not handle certain Unicode characters correctly, for example the
Combining Diacritical Marks
. It seems the editor treats these characters as full width characters and the text cursor moves further away from the text.I described the problem in details here, including pictures: rstudio/rstudio#12680 (comment) RStudio uses the Ace editor.
Expected Behavior
Correct handling of Unicode characters.
Current Behavior
See description.
Reproduction Steps
See description.
Possible Solution
No response
Additional Information/Context
No response
Ace Version / Browser / OS / Keyboard layout
Ace Kitchen Sink, Safari, macOS; also embedded editor in RStudio latest
The text was updated successfully, but these errors were encountered: