diff options
Diffstat (limited to 'lisp/language/greek.el')
-rw-r--r-- | lisp/language/greek.el | 9 |
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)) |