comparison lisp/language/thai.el @ 88621:ff1346fa0a59

(cp874, ibm874): New coding systems.
author Dave Love <fx@gnu.org>
date Thu, 23 May 2002 18:23:57 +0000
parents fad0f879877f
children 28bd7f9972dc
comparison
equal deleted inserted replaced
88620:04b31cd7acc5 88621:ff1346fa0a59
57 (set-char-table-range composition-function-table 57 (set-char-table-range composition-function-table
58 '(#x0E00 . #x0E7F) 58 '(#x0E00 . #x0E7F)
59 '(("\\c0\\c4\\|\\c0\\(\\c2\\|\\c3\\)\\c4?" 59 '(("\\c0\\c4\\|\\c0\\(\\c2\\|\\c3\\)\\c4?"
60 . thai-composition-function))) 60 . thai-composition-function)))
61 61
62 (define-coding-system 'cp874
63 "DOS codepage 874 (Thai)"
64 :coding-type 'charset
65 :mnemonic ?D
66 :charset-list '(cp874)
67 :mime-charset 'cp874)
68 (define-coding-system-alias 'ibm874 'cp874)
69
62 (provide 'thai) 70 (provide 'thai)
63 71
64 ;;; thai.el ends here 72 ;;; thai.el ends here