comparison lisp/international/fontset.el @ 89825:513b9f207900

(font-encoding-alist): Register "iso10646-2" for unicode-sip.
author Kenichi Handa <handa@m17n.org>
date Fri, 13 Feb 2004 01:46:50 +0000
parents c03a2732d0fd
children 0e1331487be5
comparison
equal deleted inserted replaced
89824:196e041fd0bf 89825:513b9f207900
104 ("muletibetan-1" . tibetan-1-column) 104 ("muletibetan-1" . tibetan-1-column)
105 ("jisx0213.2000-1" . japanese-jisx0213-1) 105 ("jisx0213.2000-1" . japanese-jisx0213-1)
106 ("jisx0213.2000-2" . japanese-jisx0213-2) 106 ("jisx0213.2000-2" . japanese-jisx0213-2)
107 ("jisx0213.2004-1" . japanese-jisx0213.2004-1) 107 ("jisx0213.2004-1" . japanese-jisx0213.2004-1)
108 ("abobe-symbol" . symbol) 108 ("abobe-symbol" . symbol)
109 ("iso10646-1" . (unicode . nil)) 109 ("iso10646-1$" . (unicode-bmp . nil))
110 ("iso10646.indian-1" . (unicode . nil)))) 110 ("iso10646-2$" . (unicode-sip . nil))
111 ("iso10646.indian-1" . (unicode-bmp . nil))))
111 112
112 113
113 ;; Set standard fontname specification of characters in the default 114 ;; Set standard fontname specification of characters in the default
114 ;; fontset to find an appropriate font for each script/charset. The 115 ;; fontset to find an appropriate font for each script/charset. The
115 ;; specification has the form ((SCRIPT FONT-SPEC ...) ...), where 116 ;; specification has the form ((SCRIPT FONT-SPEC ...) ...), where