[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: utf8 in NoGnus
From: |
Ivan Boldyrev |
Subject: |
Re: utf8 in NoGnus |
Date: |
Wed, 23 Feb 2005 12:39:59 +0600 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux) |
On 9028 day of my life pachkov@gmail.com wrote:
> Dear All,
>
> I have got problem with showing mails sent in utf8 under
> gnus. Instead of cyrillic charactes I see empty squares.
Do you have font like
-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1? My Emacs
uses it for Unicode messages.
Unfortunately, non-CVS Emacs cannot always convert from Unicode to
other encodings.
> As well From headers in windowsCP1251 are shown incorectly like
> "=?windows-1251?B?y/7k7Ojr4CDBLiDP4Pjq7uLg?=".
Add to your ~/.emacs:
(codepage-setup 1251)
(define-coding-system-alias 'windows-1251 'cp1251)
--
Ivan Boldyrev
Sorry my terrible English, my native language is Lisp!