[mew-int 00716] Re: problem with charset

Tatsuya Kinoshita tats at example.com
Wed Feb 20 07:16:43 JST 2002


In message [mew-int 00715], on Tue, 19 Feb 2002,
"Dmitry S. Sivachenko" <dima at example.com> wrote:

> I have these lines in my .emacs:
> (codepage-setup 1251)
> (define-coding-system-alias 'windows-1251 'cp1251-dos)

> X-Mew: Charset (windows-1251) for body in not supported.

Put the following configuration on your ~/.mew.el (not ~/.emacs).

---- 
(mew-add-first mew-cs-database-for-decoding
	       '("windows-1251" . windows-1251))
(setq mew-cs-database-for-decoding
      (mew-uniq-alist mew-cs-database-for-decoding))
---- 

See also mew-cs-database-for-encoding.

-- 
Tatsuya Kinoshita



More information about the Mew-int mailing list