(mm-charset-synonym-alist): Add windows-1250 so we
authorGerd Moellmann <gerd@gnu.org>
Tue, 18 Sep 2001 14:59:24 +0000 (14:59 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 18 Sep 2001 14:59:24 +0000 (14:59 +0000)
can read e-mails from Microsoft Outlook users not using ISO
8859-2 character set.

lisp/gnus/mm-util.el

index aaff8e3..95ab4f6 100644 (file)
     ;; `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.")