]> code.delx.au - gnu-emacs/commitdiff
(georgian-ps, georgian-academy): New coding
authorDave Love <fx@gnu.org>
Wed, 12 Feb 2003 18:47:23 +0000 (18:47 +0000)
committerDave Love <fx@gnu.org>
Wed, 12 Feb 2003 18:47:23 +0000 (18:47 +0000)
system.

lisp/language/georgian.el

index cbce834d6f5feb452f82af7d2c914ed3f321a16c..70f3f932b6c9c548608c985d52f050e41d0827bf 100644 (file)
@@ -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
 
 ;;; 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)