Remove U+FE0F from script-representative-chars

* lisp/international/fontset.el (script-representative-chars): Remove
U+FE0F / VS-16 from the 'emoji' entry.  It could cause us to skip
fonts that don't have a glyph for it, even though we don't actually
need one.
This commit is contained in:
Robert Pluim 2021-10-04 19:11:15 +02:00
parent 9750e78202
commit 2ce5e08058

View file

@ -281,7 +281,7 @@
(ottoman-siyaq-number #x1ed01)
(mahjong-tile #x1F000)
(domino-tile #x1F030)
(emoji #x1F300 #x1F600 #xFE0F)))
(emoji #x1F300 #x1F600)))
(defvar otf-script-alist)