summaryrefslogtreecommitdiff
path: root/lisp/language/greek.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2002-05-17 20:13:50 +0000
committerDave Love <fx@gnu.org>2002-05-17 20:13:50 +0000
commit62f5fe72d66c78128c2925b44d361309be7e592c (patch)
tree59c1a7207c6eb85c1c80e7807bbdac329e04935b /lisp/language/greek.el
parentd3e52bd57a854920f21280d4fb3cf103eabc5409 (diff)
downloademacs-62f5fe72d66c78128c2925b44d361309be7e592c.tar.gz
(windows-1253, cp1253): New coding systems.
Diffstat (limited to 'lisp/language/greek.el')
-rw-r--r--lisp/language/greek.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/language/greek.el b/lisp/language/greek.el
index 469194893df..81cd945afc7 100644
--- a/lisp/language/greek.el
+++ b/lisp/language/greek.el
@@ -2,6 +2,7 @@
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
+;; Copyright (C) 2002 Free Software Foundation, Inc.
;; Keywords: multilingual, Greek
@@ -37,6 +38,14 @@
(define-coding-system-alias 'iso-8859-7 'greek-iso-8bit)
+(define-coding-system 'windows-1253
+ "windows-1253 encoding for Greek"
+ :coding-type 'charset
+ :mnemonic ?g
+ :charset-list '(windows-1253)
+ :mime-charset 'windows-1253)
+(define-coding-system-alias 'cp1253 'windows-1253)
+
(set-language-info-alist
"Greek" '((charset iso-8859-7)
(coding-system . (greek-iso-8bit))