# HG changeset patch # User Dave Love # Date 1022712323 0 # Node ID 28bd7f9972dc0fff7f7b9e9ca1c3a3ac53d0ea2b # Parent e07dfc647a8b6b74f3c42edffdade1a109d1d6fa (iso-8859-11): New coding system. diff -r e07dfc647a8b -r 28bd7f9972dc lisp/language/thai.el --- a/lisp/language/thai.el Wed May 29 22:44:56 2002 +0000 +++ b/lisp/language/thai.el Wed May 29 22:45:23 2002 +0000 @@ -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