comparison lisp/mule/european.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 4ee3cf8de81d
children
comparison
equal deleted inserted replaced
3658:0db1aaedbbef 3659:98af8a976fc3
119 119
120 (make-charset 'latin-iso8859-14 120 (make-charset 'latin-iso8859-14
121 "Right-Hand Part of Latin Alphabet 8 (ISO/IEC 8859-14)" 121 "Right-Hand Part of Latin Alphabet 8 (ISO/IEC 8859-14)"
122 '(dimension 122 '(dimension
123 1 123 1
124 registry "ISO8859-14" 124 registries ["ISO8859-14"]
125 chars 96 125 chars 96
126 columns 1 126 columns 1
127 direction l2r 127 direction l2r
128 final ?_ 128 final ?_
129 graphic 1 129 graphic 1
133 133
134 (make-charset 'latin-iso8859-16 134 (make-charset 'latin-iso8859-16
135 "Right-Hand Part of Latin Alphabet 10 (ISO/IEC 8859-16)" 135 "Right-Hand Part of Latin Alphabet 10 (ISO/IEC 8859-16)"
136 '(dimension 136 '(dimension
137 1 137 1
138 registry "ISO8859-16" 138 registries ["ISO8859-16"]
139 chars 96 139 chars 96
140 columns 1 140 columns 1
141 direction l2r 141 direction l2r
142 final ?f ; octet 06/06; cf ISO-IR 226 142 final ?f ; octet 06/06; cf ISO-IR 226
143 graphic 1 143 graphic 1