# HG changeset patch # User Dave Love # Date 1021576284 0 # Node ID 6411031426af930204e7411f52cc7d74d68847ce # Parent 3080874809b618d56b1d7a9cd9d662bfe873c336 (windows-1252): New coding system. diff -r 3080874809b6 -r 6411031426af lisp/language/european.el --- 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)