[mew-int 00719] Re[2]: problem with charset
Dmitry S. Sivachenko
mitya at example.com
Wed Feb 20 18:50:51 JST 2002
Hello Kazu,
Wednesday, February 20, 2002, 3:24:08 AM, you wrote:
KY> From: "Dmitry S. Sivachenko" <dima at example.com>
KY> 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.
KY> I don't know windows-1251 well. But I verified this charset has been
KY> registered officially by IANA.
KY> The following patch may help you for reading. But I don't know how to
KY> compose this charset.
KY> If you know the set of characters and appropriate encodings, please
KY> let me know. What I want to do is create an entry of windows-1251 for
KY> composing in mew-mule3.el. An example is as follows:
KY> ((ascii cyrillic-iso8859-5) koi8-r "quoted-printable" "Q")
KY> --Kazu
Thank you for your answer!
I do not need to compose mail in windows-1251. My terminal shows
characters in koi8-r (set-terminal-coding-system 'koi8-r).
After applying the following patch mew started displaying letters in
windows-1251, but since me terminal tuned for koi8-r, I can't read
those characters. I need to teach mew to convert from windows-1251 to
koi8-r when it encounters windows-1251 encoding in mail header.
How is it possible?
Thank you in advance!
KY> Index: mew-mule3.el
KY> ===================================================================
KY> RCS file: /cvsroot/mew/mew/mew-mule3.el,v
KY> retrieving revision 1.17
KY> diff -c -r1.17 mew-mule3.el
KY> *** mew-mule3.el 2002/02/18 23:32:22 1.17
KY> --- mew-mule3.el 2002/02/19 23:17:17
KY> ***************
KY> *** 110,115 ****
KY> --- 110,116 ----
KY> ("euc-jp" . euc-japan)
KY> ("shift_jis" . shift_jis)
KY> ("koi8-r" . koi8-r)
KY> + ("windows-1251" . cp1251)
KY> ("tis-620" . tis-620)
KY> ("iso-2022-int-1" . iso-2022-int-1)
KY> ("utf-7" . utf-7)
--
Best regards,
Dmitry mailto:mitya at example.com
More information about the Mew-int
mailing list