From 10c7550e11719977adf8cb98bf0ea9c693d2e345 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 23 May 2002 18:23:57 +0000 Subject: [PATCH] (cp874, ibm874): New coding systems. --- lisp/language/thai.el | 8 ++++++++ 1 file changed, 8 insertions(+) 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 @@ '(("\\c0\\c4\\|\\c0\\(\\c2\\|\\c3\\)\\c4?" . thai-composition-function))) +(define-coding-system 'cp874 + "DOS codepage 874 (Thai)" + :coding-type 'charset + :mnemonic ?D + :charset-list '(cp874) + :mime-charset 'cp874) +(define-coding-system-alias 'ibm874 'cp874) + (provide 'thai) ;;; thai.el ends here -- 2.39.5