comparison lisp/mule/ethiopic.el @ 3659:98af8a976fc3

[xemacs-hg @ 2006-11-05 22:31:31 by aidan] Support specifying fonts for particular character sets in Mule; support translation to ISO 10646-1 for Mule character sets without an otherwise matching font; move to a vector of X11-charset-X11-registry instead of a regex for the charset-registry property.
author aidan
date Sun, 05 Nov 2006 22:31:46 +0000
parents 2923009caf47
children 949ac151a10d
comparison
equal deleted inserted replaced
3658:0db1aaedbbef 3659:98af8a976fc3
30 30
31 ;; Ethiopic characters (Amahric and Tigrigna). 31 ;; Ethiopic characters (Amahric and Tigrigna).
32 (make-charset 'ethiopic "Ethiopic characters" 32 (make-charset 'ethiopic "Ethiopic characters"
33 '(dimension 33 '(dimension
34 2 34 2
35 registry "Ethiopic-Unicode" 35 registries ["Ethiopic-Unicode"]
36 chars 94 36 chars 94
37 columns 2 37 columns 2
38 direction l2r 38 direction l2r
39 final ?3 39 final ?3
40 graphic 0 40 graphic 0
81 (input-method . "ethiopic") 81 (input-method . "ethiopic")
82 (features ethio-util) 82 (features ethio-util)
83 (sample-text . "$(3$Q#U!.(B") 83 (sample-text . "$(3$Q#U!.(B")
84 (documentation . t))) 84 (documentation . t)))
85 85
86 ;; In a more ideal world, we could set the default face fallback from here
87 ;; to use one of the misc-fixed sizes that handles Ethiopic.
88
86 ;;; ethiopic.el ends here 89 ;;; ethiopic.el ends here