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

Some Unicode-Characters aren't rendered and confuse cursor #1048

Open
ljrk0 opened this issue Feb 21, 2018 · 0 comments
Open

Some Unicode-Characters aren't rendered and confuse cursor #1048

ljrk0 opened this issue Feb 21, 2018 · 0 comments

Comments

@ljrk0
Copy link

ljrk0 commented Feb 21, 2018

Description of the problem or steps to reproduce

Use this input (either as a file or just paste) and play around, the first ess-zet will be rendered but not as an umlaut (and just takes the space of 2 characters), the second is not rendered not at all but also takes 2 characters, if a character is following the second (big) ess-zet with diacretics it will be displayed but the following character swallowed.

ß̈ ẞ̈
ß̈ ẞ̈|

Output is basically:

ß␣␣␣\n
ß␣␣ß␣␣

where signify space. The space following the ess-zets is each the part of the multi-byte sequence denoting the points on the character, so one can delete them and have "normal" ess-zet instead.

Specifications

Arch-Linux amd64, most recent micro version

Tested on:

$ ./bin/micro --version
Version: 1.4.1-27
Commit hash: 6d2cbb6
Compiled on February 21, 2018

and

$ micro --version
Version: 1.4.0
Commit hash: af520cf
Compiled on January 26, 2018

Commit hash: 6d2cbb6 and even since at least af520cf
OS: Linux 4.15.3-2-ARCH
Terminal: Konsole, kitty Iosevka Font. Alacritty does render the glyphs badly.

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

No branches or pull requests

1 participant