mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(georgian-ps, georgian-academy): New coding
system.
This commit is contained in:
parent
19a53e58e4
commit
9ac1f7e114
1 changed files with 13 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue