diff options
| author | Dave Love | 2002-05-29 22:45:23 +0000 |
|---|---|---|
| committer | Dave Love | 2002-05-29 22:45:23 +0000 |
| commit | 2d244aeb0459e9b38b038558787a153776b210c6 (patch) | |
| tree | 72d81ed4757f7f5f4e77af57631820426031d68f | |
| parent | bbe3715ccf7adcca18b3b4d1ce715b2739a67503 (diff) | |
| download | emacs-2d244aeb0459e9b38b038558787a153776b210c6.tar.gz emacs-2d244aeb0459e9b38b038558787a153776b210c6.zip | |
(iso-8859-11): New coding system.
| -rw-r--r-- | lisp/language/thai.el | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/lisp/language/thai.el b/lisp/language/thai.el index 0a46aad81c9..c9674b28901 100644 --- a/lisp/language/thai.el +++ b/lisp/language/thai.el | |||
| @@ -2,8 +2,9 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
| 5 | ;; Copyright (C) 2002 Free Software Foundation, Inc. | ||
| 5 | 6 | ||
| 6 | ;; Keywords: multilingual, Thai | 7 | ;; Keywords: multilingual, Thai, i18n |
| 7 | 8 | ||
| 8 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 9 | 10 | ||
| @@ -67,6 +68,14 @@ | |||
| 67 | :mime-charset 'cp874) | 68 | :mime-charset 'cp874) |
| 68 | (define-coding-system-alias 'ibm874 'cp874) | 69 | (define-coding-system-alias 'ibm874 'cp874) |
| 69 | 70 | ||
| 71 | (define-coding-system 'iso-8859-11 | ||
| 72 | "ISO/IEC 8859/11 (Latin/Thai) | ||
| 73 | This is the same as `thai-tis620' with the addition of no-break-space." | ||
| 74 | :coding-type 'charset | ||
| 75 | :mnemonic ?* | ||
| 76 | :mime-charset 'iso-8859-11 ; not actually registered as of 2002-05-24 | ||
| 77 | :charset-list '(iso-8859-11)) | ||
| 78 | |||
| 70 | (provide 'thai) | 79 | (provide 'thai) |
| 71 | 80 | ||
| 72 | ;;; thai.el ends here | 81 | ;;; thai.el ends here |