[mew-int 00833] Re: How to add some more charsets to mew?
Simon Vostry
vostry at example.com
Mon Apr 15 04:08:45 JST 2002
Hi!
> > I have a following issue with mail reading. I receive a lot of e-mail
> > in the encoding windows-1250 (which is a central European encoding,
> > produced mainly by MS mail agents).
> >
> > >Charset (windows-1250) for body is not supported.
>
> Put (codepage-setup 1250) on your ~/.emacs, and apply this patch:
>
> ----
> --- mew-2.2.orig/mew-mule3.el Thu Feb 21 11:58:40 2002
> +++ mew-2.2/mew-mule3.el Sun Apr 14 23:36:32 2002
> @@ -110,6 +110,15 @@
> ("euc-jp" . euc-japan)
> ("shift_jis" . shift_jis)
> ("koi8-r" . koi8-r)
> + ("windows-1250" . cp1250)
> + ("windows-1251" . cp1251)
> + ("windows-1252" . cp1252)
> + ("windows-1253" . cp1253)
> + ("windows-1254" . cp1254)
> + ("windows-1255" . cp1255)
> + ("windows-1256" . cp1256)
> + ("windows-1257" . cp1257)
> + ("windows-1258" . cp1258)
> ("tis-620" . tis-620)
> ("iso-2022-int-1" . iso-2022-int-1)
> ("utf-7" . utf-7)
> ----
>
> On GNU Emacs 20.7/21.2, cp1250/cp1251/cp1253/cp1257 are supported.
Thank you a lot. It works great!
When applying the patch I had the following output:
patching file ./mew-mule3.el
patch unexpectedly ends in middle of line
Hunk #1 succeeded at 110 with fuzz 1.
but everything seems to work... Or is there a problem?
Thank you once again!
> > >Charset (utf-8) for body is not supported.
> >
> > I would like to install "additional charsets" so I can also read mails
> > in utf-8. Is it an issue of mew or emacs?
>
> Install Mule-UCS:
>
> ftp://ftp.m17n.org/pub/mule/Mule-UCS/Mule-UCS-0.84.tar.gz
>
> If a mail uses invalid charset, use `C-c C-l' or `C-u C-c C-l' to
> read it.
>
> P.S.
>
> On GNU Emacs 21.2, Mule-UCS 0.84 is very slow. Debian's mule-ucs
> 0.84-11 has fixed this problem. Debian's mule-ucs is available at:
>
> http://packages.debian.org/mule-ucs
Thank you for this as well, I will try to install it when I have some
more time. The CP1250 was much bigger issu for me
Kind regards
Simon Vostry
> --
> Tatsuya Kinoshita
More information about the Mew-int
mailing list