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

Support unicode input #7

Open
vgmoose opened this issue Jun 4, 2020 · 1 comment
Open

Support unicode input #7

vgmoose opened this issue Jun 4, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@vgmoose
Copy link
Owner

vgmoose commented Jun 4, 2020

Right now things get kinda weird when rendering unicode characters. Saving the file seems ok, but editing it is flakey, and you can do weird things like delete half of a character.

For instance, take the following text file:

🐕

This appears in vgedit as 5 blank spaces and a newline. Editing everything around it is okay, but you're dealing with an invisible object that you don't want to break up.

To fix this bug, changes in the font rendering library / cursor-positioning character-counting logic may be needed

@vgmoose vgmoose added the enhancement New feature or request label Sep 27, 2020
@vgmoose
Copy link
Owner Author

vgmoose commented Dec 14, 2023

This also applies to Japanese, Chinese, and Korean characters and text, they are rendered as multiple empty spaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant