From 643e0527b12abe6cbd6ce4d2d42300a2825560db Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 15 Jun 2015 19:11:43 +0300 Subject: [PATCH] Limit Symbola usage some more * lisp/international/fontset.el (setup-default-fontset): Limit Symbol coverage of Currency Symbols to u+20B6..u+20CF. (Bug#20727) --- lisp/international/fontset.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index 279382b6f5a..2c693f56333 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el @@ -706,8 +706,7 @@ (#x2031 . #x2038) (#x203B . #x206F) (#x2070 . #x209F) ;; Superscripts and Subscripts - (#x20A0 . #x20AB) ;; Currency Symbols - (#x20AD . #x20CF) + (#x20B6 . #x20CF) ;; Currency Symbols (#x2100 . #x2121) ;; Letterlike Symbols (#x2123 . #x214F) (#x2150 . #x215A) ;; Number Forms -- 2.11.4.GIT