changeset 95173:aa6446d89833

(script-representative-chars): Add more chars for latin. Add data for symbol. (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
author Kenichi Handa <handa@m17n.org>
date Thu, 22 May 2008 02:04:33 +0000
parents 894bae45bf1b
children 0626142129fe
files lisp/international/fontset.el
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/fontset.el	Wed May 21 20:52:44 2008 +0000
+++ b/lisp/international/fontset.el	Thu May 22 02:04:33 2008 +0000
@@ -140,7 +140,8 @@
 	(tibetan . unicode-bmp)))
 
 (setq script-representative-chars
-      '((latin ?A ?Z ?a ?z)
+      '((latin ?A ?Z ?a ?z #x00C0 #x0100 #x0180 #x1e00)
+	(phonetic #x250 #x283)
 	(greek #x3A9)
 	(coptic #x3E2)
 	(cyrillic #x42F)
@@ -171,6 +172,7 @@
 	(runic #x16A0)
 	(khmer #x1780)
 	(mongolian #x1826)
+	(symbol #x201C #x2200 #x2500)
 	(braille #x2800)
 	(ideographic-description #x2FF0)
 	(cjk-misc #x300E)
@@ -288,6 +290,10 @@
 	    (nil . "VISCII1.1-1")
 	    (nil . "ISO10646-1"))
 
+     (phonetic ,(font-spec :registry "iso10646-1" :script 'phonetic))
+
+     (armenian ,(font-spec :registry "iso10646-1" :script 'armenian))
+
      (thai  ,(font-spec :registry "iso10646-1" :otf '(thai nil nil (mark)))
 	    (nil . "TIS620*")
 	    (nil . "ISO8859-11"))
@@ -357,6 +363,8 @@
 
      (khmer ,(font-spec :registry "iso10646-1" :otf '(khmr nil (pres))))
 
+     (symbol ,(font-spec :registry "iso10646-1" :script 'symbol))
+
      (yi ,(font-spec :registry "iso10646-1" :script 'yi))
 
      (kana (nil . "JISX0208*")