Mercurial > emacs
changeset 88621:ff1346fa0a59
(cp874, ibm874): New coding systems.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 23 May 2002 18:23:57 +0000 |
parents | 04b31cd7acc5 |
children | 6bd578d2b8af |
files | lisp/language/thai.el |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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