/[emacs]/emacs/lisp/language/thai.el
ViewVC logotype

Diff of /emacs/lisp/language/thai.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22.2.2 by fx, Thu May 23 18:23:57 2002 UTC revision 1.22.2.3 by fx, Wed May 29 22:45:23 2002 UTC
# Line 2  Line 2 
2    
3  ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.  ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
4  ;; Licensed to the Free Software Foundation.  ;; Licensed to the Free Software Foundation.
5    ;; Copyright (C) 2002 Free Software Foundation, Inc.
6    
7  ;; Keywords: multilingual, Thai  ;; Keywords: multilingual, Thai, i18n
8    
9  ;; This file is part of GNU Emacs.  ;; This file is part of GNU Emacs.
10    
# Line 67  Line 68 
68    :mime-charset 'cp874)    :mime-charset 'cp874)
69  (define-coding-system-alias 'ibm874 'cp874)  (define-coding-system-alias 'ibm874 'cp874)
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    
79  (provide 'thai)  (provide 'thai)
80    
81  ;;; thai.el ends here  ;;; thai.el ends here

Legend:
Removed from v.1.22.2.2  
changed lines
  Added in v.1.22.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26