comparison lisp/language/european.el @ 76002:8c6a6255b5e1

("Esperanto"): New language environment.
author Kenichi Handa <handa@m17n.org>
date Mon, 19 Feb 2007 01:55:12 +0000
parents e3694f1cb928
children 2c775ed8fc89 dd7c098af727
comparison
equal deleted inserted replaced
76001:73e575b86f8a 76002:8c6a6255b5e1
483 (unibyte-display . iso-latin-1) 483 (unibyte-display . iso-latin-1)
484 (input-method . "latin-1-prefix") 484 (input-method . "latin-1-prefix")
485 (sample-text . "Oi") 485 (sample-text . "Oi")
486 (documentation . "Support for Brazilian Portuguese.")) 486 (documentation . "Support for Brazilian Portuguese."))
487 '("European")) 487 '("European"))
488
489 (set-language-info-alist
490 "Esperanto" '((tutorial . "TUTORIAL.eo")
491 (charset ascii latin-iso8859-3)
492 (coding-system iso-latin-3)
493 (coding-priority iso-latin-3)
494 (nonascii-translation . latin-iso8859-3)
495 (unibyte-syntax . "latin-3")
496 (unibyte-display . iso-latin-3)
497 (input-method . "latin-3-prefix")
498 (documentation . "Support for Esperanto with ISO-8859-3 character set."))
499 '("European"))
500
488 501
489 ;; Definitions for the Mac Roman character sets and coding system. 502 ;; Definitions for the Mac Roman character sets and coding system.
490 ;; The Mac Roman encoding uses all 128 code points in the range 128 to 503 ;; The Mac Roman encoding uses all 128 code points in the range 128 to
491 ;; 255 for actual characters. Emacs decodes them to one of the 504 ;; 255 for actual characters. Emacs decodes them to one of the
492 ;; following character sets. 505 ;; following character sets.