Mercurial > emacs
changeset 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 | 67edad6b3036 |
children | 9d8a1dba6b31 |
files | lisp/language/georgian.el |
diffstat | 1 files changed, 13 insertions(+), 1 deletions(-) [+] |
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)