1 ;;; thai-xtis-chars.el --- definition of the Thai XTIS charset.
3 ;; Copyright (C) 1999 Electrotechnical Laboratory, JAPAN.
4 ;; Licensed to the Free Software Foundation.
6 ;; Author: MORIOKA Tomohiko <tomo@etl.go.jp>
8 ;; Keywords: mule, multilingual, Thai, XTIS
10 ;; This file is part of XEmacs.
12 ;; XEmacs is free software; you can redistribute it and/or modify it
13 ;; under the terms of the GNU General Public License as published by
14 ;; the Free Software Foundation; either version 2, or (at your option)
17 ;; XEmacs is distributed in the hope that it will be useful, but
18 ;; WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 ;; General Public License for more details.
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with XEmacs; see the file COPYING. If not, write to the Free
24 ;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
29 ;; For Thai, the pre-composed character set proposed by
30 ;; Virach Sornlertlamvanich <virach@links.nectec.or.th> is supported.
34 (make-charset 'thai-xtis "Precomposed Thai (XTIS by Virach)."
42 (define-category ?x "Precomposed Thai character.")
43 (modify-category-entry 'thai-xtis ?x)
45 ;; thai-xtis-chars.el ends here.