From 20c381cfcc5398f89064c65917b3b51e13297419 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 18 Sep 2001 14:59:24 +0000 Subject: [PATCH] (mm-charset-synonym-alist): Add windows-1250 so we can read e-mails from Microsoft Outlook users not using ISO 8859-2 character set. --- lisp/gnus/mm-util.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lisp/gnus/mm-util.el b/lisp/gnus/mm-util.el index aaff8e3b4c3..95ab4f6291f 100644 --- a/lisp/gnus/mm-util.el +++ b/lisp/gnus/mm-util.el @@ -143,6 +143,11 @@ ;; `gnus-article-dumbquotes-map'. ,(unless (mm-coding-system-p 'windows-1252) ; should be defined eventually '(windows-1252 . iso-8859-1)) + ;; Windows-1250 is a variant of Latin-2 heavily used by Microsoft + ;; Outlook users in Czech republic. Use this to allow reading of their + ;; e-mails. cp1250 should be defined by M-x codepage-setup. + ,(unless (mm-coding-system-p 'windows-1250) ; should be defined eventually + '(windows-1250 . cp1250)) (x-ctext . ctext)) "A mapping from invalid charset names to the real charset names.") -- 2.39.2