changeset 88532:6411031426af

(windows-1252): New coding system.
author Dave Love <fx@gnu.org>
date Thu, 16 May 2002 19:11:24 +0000
parents 3080874809b6
children 3348b18fc9a7
files lisp/language/european.el
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/language/european.el	Thu May 16 19:11:09 2002 +0000
+++ b/lisp/language/european.el	Thu May 16 19:11:24 2002 +0000
@@ -233,6 +233,14 @@
 Latin-9 is sometimes nicknamed `Latin-0'."))
  '("European"))
 
+(define-coding-system 'windows-1252
+  "windows-1252 8-bit encoding for Cyrillic (MIME: WINDOWS-1252)"
+  :coding-type 'charset
+  :mnemonic ?*
+  :charset-list '(windows-1252)
+  :mime-charset 'windows-1252)
+(define-coding-system-alias 'cp1252 'windows-1252)
+
 (set-language-info-alist
  "German" '((tutorial . "TUTORIAL.de")
 	    (charset iso-8859-1)