https://bugs.kde.org/show_bug.cgi?id=421625
Matan Ziv-Av <ma...@svgalib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ma...@svgalib.org --- Comment #2 from Matan Ziv-Av <ma...@svgalib.org> --- (In reply to Kurt Hindenburg from comment #1) > I do see the issue of when highlighting the char is it cut in half > horizontally. I don't see your #4-5 Those are troublesome characters. See https://www.unicode.org/L2/L2024/24059-eaw-yijing-symbols.pdf Unicode defines their width as 1, and this is what we use. glibc (and libreadline separately) overrides the width to 2. It makes sense to use 2, but it will cause issues with programs that use other wcwidth implementations. -- You are receiving this mail because: You are watching all bug changes.