Fix non-renderable combining chars causing some text to not be rendered on Linux

The test for non-renderable chars was broken and the variation selectors
were not included in the test. Fixes #4444
This commit is contained in:
Kovid Goyal 2022-01-05 22:33:53 +05:30
parent a574081012
commit e8b19e08fa
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
4 changed files with 9 additions and 3 deletions

View file

@ -86,6 +86,9 @@ Detailed list of changes
- Fix showing debug information not working if kitty's :file:`STDIN` is not a tty
(:iss:`4424`)
- Linux: Fix a regression that broke rendering of emoji with variation selectors
(:iss:`4444`)
0.24.0 [2022-01-04]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~