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

View File

@@ -45,6 +45,12 @@ Changelog
- Implement support for emoji skin tone modifiers (:iss:`787`)
- 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.
0.11.3 [2018-07-10]
------------------------------