From: Dave Love Date: Wed, 29 May 2002 22:45:23 +0000 (+0000) Subject: (iso-8859-11): New coding system. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~729 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2d244aeb0459e9b38b038558787a153776b210c6;p=emacs.git (iso-8859-11): New coding system. --- 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 @@ ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. +;; Copyright (C) 2002 Free Software Foundation, Inc. -;; Keywords: multilingual, Thai +;; Keywords: multilingual, Thai, i18n ;; This file is part of GNU Emacs. @@ -67,6 +68,14 @@ :mime-charset 'cp874) (define-coding-system-alias 'ibm874 'cp874) +(define-coding-system 'iso-8859-11 + "ISO/IEC 8859/11 (Latin/Thai) +This is the same as `thai-tis620' with the addition of no-break-space." + :coding-type 'charset + :mnemonic ?* + :mime-charset 'iso-8859-11 ; not actually registered as of 2002-05-24 + :charset-list '(iso-8859-11)) + (provide 'thai) ;;; thai.el ends here