mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
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)
This commit is contained in:
parent
c8dc4d6804
commit
643e0527b1
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue