On 9028 day of my life [EMAIL PROTECTED] 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!
_______________________________________________
Info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to