Round-trip the zwj unicode character

Rendering of sequences containing zwj is still not implemented, since it
can cause the collapse of an unbounded number of characters into a
single cell. However, kitty at least preserves the zwj by storing it as
a combining character.
This commit is contained in:
Kovid Goyal
2018-08-04 18:29:45 +05:30
parent e05d48a574
commit 094ddd9333
7 changed files with 170 additions and 142 deletions

File diff suppressed because one or more lines are too long