comparison lisp/international/mule-conf.el @ 88565:f8b004416777

(emacs-mule): Set :charset-list, consistent with coding-system-charset-list doc. (iso-8859-16): New charset.
author Dave Love <fx@gnu.org>
date Sun, 19 May 2002 11:16:32 +0000
parents e52f0de0d5d1
children 8a28722c246c
comparison
equal deleted inserted replaced
88564:e1adc95d8fcf 88565:f8b004416777
162 "ISO/IEC 8859/14" "Latin-8" 199 ?_ 143 "8859-14") 162 "ISO/IEC 8859/14" "Latin-8" 199 ?_ 143 "8859-14")
163 163
164 (define-iso-single-byte-charset 'iso-8859-15 'latin-iso8859-15 164 (define-iso-single-byte-charset 'iso-8859-15 'latin-iso8859-15
165 "ISO/IEC 8859/15" "Latin-9" 203 ?b 142 "8859-15") 165 "ISO/IEC 8859/15" "Latin-9" 203 ?b 142 "8859-15")
166 166
167 (define-iso-single-byte-charset 'iso-8859-16 'latin-iso8859-16
168 "ISO/IEC 8859/16" "Latin-9" 226 ?f nil "8859-16")
169
167 (define-charset 'thai-tis620 170 (define-charset 'thai-tis620
168 "TIS620.2533" 171 "TIS620.2533"
169 :short-name "TIS620.2533" 172 :short-name "TIS620.2533"
170 :iso-final-char ?T 173 :iso-final-char ?T
171 :emacs-mule-id 133 174 :emacs-mule-id 133
801 ;; Coding systems not specific to each language environment. 804 ;; Coding systems not specific to each language environment.
802 805
803 (define-coding-system 'emacs-mule 806 (define-coding-system 'emacs-mule
804 "Emacs 21 internal format used in buffer and string." 807 "Emacs 21 internal format used in buffer and string."
805 :coding-type 'emacs-mule 808 :coding-type 'emacs-mule
809 :charset-list 'emacs-mule
806 :mnemonic ?M) 810 :mnemonic ?M)
807 811
808 (define-coding-system 'utf-8 812 (define-coding-system 'utf-8
809 "UTF-8." 813 "UTF-8."
810 :coding-type 'utf-8 814 :coding-type 'utf-8