# HG changeset patch # User Dave Love # Date 1022178237 0 # Node ID ff1346fa0a592d588f05dd3e0a81861cca1f7255 # Parent 04b31cd7acc580e6761e936b0721ac99ab563447 (cp874, ibm874): New coding systems. diff -r 04b31cd7acc5 -r ff1346fa0a59 lisp/language/thai.el --- a/lisp/language/thai.el Thu May 23 18:23:48 2002 +0000 +++ b/lisp/language/thai.el Thu May 23 18:23:57 2002 +0000 @@ -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