changeset 97906:bfd2584c2f7a

(script-representative-chars): Re-add the entry for symbol, but with vector of characters. (setup-default-fontset): Cancel previous change.
author Kenichi Handa <handa@m17n.org>
date Mon, 01 Sep 2008 02:44:19 +0000
parents eb2fed31017e
children 3a2d65dc9abc
files lisp/international/fontset.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/fontset.el	Sun Aug 31 19:41:40 2008 +0000
+++ b/lisp/international/fontset.el	Mon Sep 01 02:44:19 2008 +0000
@@ -175,6 +175,7 @@
 	(runic #x16A0)
 	(khmer #x1780)
 	(mongolian #x1826)
+	(symbol . [#x201C #x2200 #x2500])
 	(braille #x2800)
 	(ideographic-description #x2FF0)
 	(cjk-misc #x300E)
@@ -371,7 +372,7 @@
 
      (khmer ,(font-spec :registry "iso10646-1" :otf '(khmr nil (pres))))
 
-     (symbol ,(font-spec :registry "iso10646-1"))
+     (symbol ,(font-spec :registry "iso10646-1" :script 'symbol))
 
      (yi ,(font-spec :registry "iso10646-1" :script 'yi))