1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00

(cp874, ibm874): New coding systems.

This commit is contained in:
Dave Love 2002-05-23 18:23:57 +00:00
parent 1915053866
commit 10c7550e11

View File

@ -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