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:
parent
9750e78202
commit
2ce5e08058
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue