1 ;;; georgian.el --- Quail package for inputting Georgian characters -*-coding: utf-8;-*-
3 ;; Copyright (C) 2001 Free Software Foundation, Inc.
5 ;; Author: Dave Love <fx@gnu.org>
8 ;; This file is part of GNU Emacs.
10 ;; This file is free software; you can redistribute it and/or modify
11 ;; it under the terms of the GNU General Public License as published by
12 ;; the Free Software Foundation; either version 2, or (at your option)
15 ;; This file is distributed in the hope that it will be useful,
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 ;; GNU General Public License for more details.
20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING. If not, write to
22 ;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 ;; Boston, MA 02111-1307, USA.
27 ;; Georgian input following the Yudit map from Mark Leisher
28 ;; <mleisher@crl.nmsu.edu>.
35 "georgian" "Georgian" "გ" t
36 "A common Georgian transliteration (using Unicode)"
37 nil t nil nil nil nil nil nil nil nil t
)
79 ;; Presumably, these are GEORGIAN LETTER YN, GEORGIAN LETTER ELIFI,
80 ;; accepted for U+10F7, U+10F8 -- fx
81 ("y" ?
) ;; Letter not in Unicode (private use code).
82 ("e1" ?
) ;; Letter not in Unicode (private use code).
85 ;;; georgian.el ends here