Skip to content
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

Open
stefanocoretta opened this issue Dec 18, 2023 · 2 comments
Open

Full Unicode support incomplete #5431

stefanocoretta opened this issue Dec 18, 2023 · 2 comments

Comments

@stefanocoretta
Copy link

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

@whazor
Copy link
Contributor

whazor commented Dec 19, 2023

Hi, I verified that the characters ã̤n̺ ɾ̺ub̰ĩ̈, which are monospaced characters get an incorrect double space.

I wonder if this issue would be different from #1153

@stefanocoretta
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@whazor @stefanocoretta @oykuyilmaz and others