aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-05-23 18:23:57 +0000
committerDave Love2002-05-23 18:23:57 +0000
commit10c7550e11719977adf8cb98bf0ea9c693d2e345 (patch)
treef66f07b84edd345e28424f4435769d2fad61de50
parent19150538664fba8f9e0a11d5bae69279f50c0546 (diff)
downloademacs-10c7550e11719977adf8cb98bf0ea9c693d2e345.tar.gz
emacs-10c7550e11719977adf8cb98bf0ea9c693d2e345.zip
(cp874, ibm874): New coding systems.
-rw-r--r--lisp/language/thai.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/language/thai.el b/lisp/language/thai.el
index b511bfd946f..0a46aad81c9 100644
--- a/lisp/language/thai.el
+++ b/lisp/language/thai.el
@@ -59,6 +59,14 @@
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