mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-28 06:46:38 -04:00
vt: only apply VS-15/16 to valid sequences
At compile time, build a lookup table from the Unicode data file 'emoji-variation-sequences.txt'. At run-time, when we detect a VS-15/16 sequence, do a lookup in this table, and enforce the variation selector iff the sequence is valid. Closes #1742
This commit is contained in:
parent
94583703e1
commit
9665661445
5 changed files with 903 additions and 6 deletions
|
|
@ -100,6 +100,8 @@
|
|||
* Regression: alpha changes through OSC-11 sequences not taking effect
|
||||
until window is resized.
|
||||
* VS15 being ignored ([#1742][1742]).
|
||||
* VS16 being ignored for a subset of the valid VS16 sequences
|
||||
([#1742][1742]).
|
||||
|
||||
[1694]: https://codeberg.org/dnkl/foot/issues/1694
|
||||
[1717]: https://codeberg.org/dnkl/foot/issues/1717
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue