Mercurial > emacs
changeset 88557:601020f7bce8
(windows-1253, cp1253): New coding systems.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 17 May 2002 20:13:50 +0000 |
parents | c1d67f50c8f0 |
children | cb333bb24363 |
files | lisp/language/greek.el |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/greek.el Fri May 17 20:13:29 2002 +0000 +++ b/lisp/language/greek.el Fri May 17 20:13:50 2002 +0000 @@ -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))