From: Dave Love Date: Thu, 23 May 2002 18:23:57 +0000 (+0000) Subject: (cp874, ibm874): New coding systems. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~775 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=10c7550e11719977adf8cb98bf0ea9c693d2e345;p=emacs.git (cp874, ibm874): New coding systems. --- 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