[mew-int 00717] Re: problem with charset

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
Wed Feb 20 08:24:08 JST 2002


From: "Dmitry S. Sivachenko" <dima at example.com>
Subject: [mew-int 00715] problem with charset

> But when I am trying to read e-mail which has charset=windows-1251,
> mew prints: 
> X-Mew: Charset (windows-1251) for body in not supported.

I don't know windows-1251 well. But I verified this charset has been
registered officially by IANA. 

The following patch may help you for reading. But I don't know how to
compose this charset.

If you know the set of characters and appropriate encodings, please
let me know. What I want to do is create an entry of windows-1251 for
composing in mew-mule3.el. An example is as follows:

    ((ascii cyrillic-iso8859-5) koi8-r      "quoted-printable" "Q")

--Kazu

Index: mew-mule3.el
===================================================================
RCS file: /cvsroot/mew/mew/mew-mule3.el,v
retrieving revision 1.17
diff -c -r1.17 mew-mule3.el
*** mew-mule3.el	2002/02/18 23:32:22	1.17
--- mew-mule3.el	2002/02/19 23:17:17
***************
*** 110,115 ****
--- 110,116 ----
      ("euc-jp"          . euc-japan)
      ("shift_jis"       . shift_jis)
      ("koi8-r"          . koi8-r)
+     ("windows-1251"    . cp1251)
      ("tis-620"         . tis-620)
      ("iso-2022-int-1"  . iso-2022-int-1)
      ("utf-7"           . utf-7)



More information about the Mew-int mailing list