You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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:
and
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.
The text was updated successfully, but these errors were encountered: