>From a82e064f6a21b0a68549c7a7441e740ab448935a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Le=20Gouguec?= Date: Sun, 7 Jun 2020 13:55:10 +0200 Subject: [PATCH] Use Symbola to cover "Symbols and Pictographs Extended-A" This Unicode block was added in version 12.0 and extends the "Supplemental Symbols and Pictographs" block. Symbola covers all characters in this block (Bug#41747). * lisp/international/fontset.el (setup-default-fontset): Add "Symbols and Pictographs Extended-A" to the subgroups covered by Symbola. --- lisp/international/fontset.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index 23abb0d0a9..f3657c151f 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el @@ -870,7 +870,8 @@ setup-default-fontset (#x1F780 . #x1F7FF) ;; Geometric Shapes Extended (#x1F800 . #x1F8FF) ;; Supplemental Arrows-C (#x1F900 . #x1F9FF) ;; Supplemental Symbols and Pictographs - (#x1FA00 . #x1FA6F))) ;; Chess Symbols + (#x1FA00 . #x1FA6F) ;; Chess Symbols + (#x1FA70 . #x1FAFF))) ;; Symbols and Pictographs Extended-A (set-fontset-font "fontset-default" symbol-subgroup '("Symbola" . "iso10646-1") nil 'prepend)) ;; Box Drawing and Block Elements -- 2.26.2