comparison lisp/language/european.el @ 31155:3362938ebbd7

("Latin-8", "Latin-9"): Add input methods, mod sample text.
author Dave Love <fx@gnu.org>
date Thu, 24 Aug 2000 13:19:19 +0000
parents e1671c1d33d2
children fed8d1ebdc15
comparison
equal deleted inserted replaced
31154:cddbaf4b2f1b 31155:3362938ebbd7
212 (coding-system iso-latin-8) 212 (coding-system iso-latin-8)
213 (coding-priority iso-latin-8) 213 (coding-priority iso-latin-8)
214 (nonascii-translation . latin-iso8859-14) 214 (nonascii-translation . latin-iso8859-14)
215 (unibyte-syntax . "latin-8") 215 (unibyte-syntax . "latin-8")
216 (unibyte-display . iso-latin-8) 216 (unibyte-display . iso-latin-8)
217 (input-method . "latin-1-prefix") ; fixme 217 (input-method . "latin-8-prefix")
218 ;;; Fixme: Welsh/Ga{e}lic greetings 218 ;; Fixme: Welsh/Ga{e}lic greetings
219 ;;; (sample-text 219 (sample-text . ",_"(B ,_p(B ,_^(B")
220 ;;; . "")
221 (documentation . "\ 220 (documentation . "\
222 This language environment is a generic one for the Latin-8 (ISO-8859-14) 221 This language environment is a generic one for the Latin-8 (ISO-8859-14)
223 character set which supports the Celtic languages which are not covered 222 character set which supports the Celtic languages, including those not
224 by other ISO-8859 character sets, specifically Welsh, Manx Gaelic and 223 covered by other ISO-8859 character sets: Welsh, Manx Gaelic and
225 Irish Gaelic (old orthography).")) 224 Irish Gaelic (old orthography)."))
226 '("European")) 225 '("European"))
227 226
228 ;; Latin-9 (ISO-8859-15) 227 ;; Latin-9 (ISO-8859-15)
229 228
244 (coding-system iso-latin-9) 243 (coding-system iso-latin-9)
245 (coding-priority iso-latin-9) 244 (coding-priority iso-latin-9)
246 (nonascii-translation . latin-iso8859-15) 245 (nonascii-translation . latin-iso8859-15)
247 (unibyte-syntax . "latin-9") 246 (unibyte-syntax . "latin-9")
248 (unibyte-display . iso-latin-9) 247 (unibyte-display . iso-latin-9)
249 (input-method . "latin-1-prefix") ; fixme? 248 (input-method . "latin-9-prefix")
250 (sample-text 249 (sample-text
251 . "Ave Latinum IX, ,b&(48<=>(B ,b$$$(B") 250 . "AVE. ,b&(48<=>(B ,b$(B")
252 (documentation . "\ 251 (documentation . "\
253 This language environment is a generic one for the Latin-9 (ISO-8859-15) 252 This language environment is a generic one for the Latin-9 (ISO-8859-15)
254 character set which supports the same languages as Latin-1 with the 253 character set which supports the same languages as Latin-1 with the
255 addition of the Euro sign and some additional French and Finnish letters. 254 addition of the Euro sign and some additional French and Finnish letters.
256 Latin-9 is sometimes nicknamed `Latin-0'.")) 255 Latin-9 is sometimes nicknamed `Latin-0'."))
317 (tutorial . "TUTORIAL.pl") 316 (tutorial . "TUTORIAL.pl")
318 (sample-text . ",B1!fFjJ3#qQsS6&?/<,(B") 317 (sample-text . ",B1!fFjJ3#qQsS6&?/<,(B")
319 (documentation . t)) 318 (documentation . t))
320 '("European")) 319 '("European"))
321 320
321 (provide 'european)
322
322 ;;; european.el ends here 323 ;;; european.el ends here