diff lisp/language/georgian.el @ 89391:f33adafd7c55

(georgian-ps, georgian-academy): New coding system.
author Dave Love <fx@gnu.org>
date Wed, 12 Feb 2003 18:47:23 +0000
parents 15a8da83223b
children 2f877ed80fa6
line wrap: on
line diff
--- a/lisp/language/georgian.el	Wed Feb 12 18:46:52 2003 +0000
+++ b/lisp/language/georgian.el	Wed Feb 12 18:47:23 2003 +0000
@@ -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)