aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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