Skip to content

Override width of YiJing Hexagram Symbols unicode characters (0x4dc0-0x4dff)

Matan Ziv-Av requested to merge matan/konsole:yijing-width2 into master

Their unicode width is 1, but GNU libc's wcwidth and libreadline override it to 2, so it makes sense to follow suit.

The profile option "ignore wcwidth" returns the width to 1, if enabled, so it allows the old behaviour if it desired.

BUG: 421625

Merge request reports