]> code.delx.au - gnu-emacs/commitdiff
(windows-1253, cp1253): New coding systems.
authorDave Love <fx@gnu.org>
Fri, 17 May 2002 20:13:50 +0000 (20:13 +0000)
committerDave Love <fx@gnu.org>
Fri, 17 May 2002 20:13:50 +0000 (20:13 +0000)
lisp/language/greek.el

index 469194893dff5937f166872c696c260992c279dc..81cd945afc7306a579918f5088ca6eca5192993f 100644 (file)
@@ -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
 
 
 (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))