diff options
author | Dave Love <fx@gnu.org> | 2003-02-12 18:47:23 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2003-02-12 18:47:23 +0000 |
commit | 9ac1f7e114c4063cf50a04b0023b66ec93323b7e (patch) | |
tree | f05ee362684c4ba770005faefbe95f748e8e15f3 /lisp/language/georgian.el | |
parent | 19a53e58e48fbe9faa3ec2a9582cf0be76e72fb3 (diff) | |
download | emacs-9ac1f7e114c4063cf50a04b0023b66ec93323b7e.tar.gz emacs-9ac1f7e114c4063cf50a04b0023b66ec93323b7e.tar.bz2 emacs-9ac1f7e114c4063cf50a04b0023b66ec93323b7e.zip |
(georgian-ps, georgian-academy): New coding
system.
Diffstat (limited to 'lisp/language/georgian.el')
-rw-r--r-- | lisp/language/georgian.el | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/lisp/language/georgian.el b/lisp/language/georgian.el index cbce834d6f5..70f3f932b6c 100644 --- a/lisp/language/georgian.el +++ b/lisp/language/georgian.el @@ -1,6 +1,6 @@ ;;; georgian.el --- language support for Georgian -;; Copyright (C) 2001 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2003 Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org> ;; Keywords: i18n @@ -26,6 +26,18 @@ ;;; Code: +(define-coding-system 'georgian-ps + "Georgian PS encoding" + :coding-type 'charset + :mnemonic ?G + :charset-list '(georgian-ps)) + +(define-coding-system 'georgian-academy + "Georgian Academy encoding" + :coding-type 'charset + :mnemonic ?G + :charset-list '(georgian-academy)) + (set-language-info-alist "Georgian" `((coding-system georgian-ps) (coding-priority georgian-ps) |