Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@beld.net>
Subject: Re: reading cyrillic with gnus
Date: Wed, 14 Aug 2002 11:15:34 -0400	[thread overview]
Message-ID: <m3ofc5v5d5.fsf@heechee.beld.net> (raw)
In-Reply-To: <m31y93bre3.fsf@gmx.net>

On 13 Aug 2002, loetev@gmx.net wrote:
> 
> How can I read newsgroups where people post in cyrillic?
> I managed to read the cyrillic text at soc.culture.russian by this:
> 
> (gnus-mule-add-group "soc.culture.russian" 'cyrillic-koi8)
> 
> But it did not help for soc.culture.bulgaria.

This is what I use:

(setq gnus-group-charset-alist (quote (("bulgaria" windows-1251) ("^relcom\\>" koi8-r) ("^fido7\\>" koi8-r) (".*" iso-8859-1))))

(codepage-setup 1251)

;;; not sure which one of these two is right
(define-coding-system-alias 'windows-1251 'cp1251)
(add-to-list 'mm-charset-synonym-alist '(windows-1251 . cp1251))

;; post with 1251
(add-to-list 'gnus-group-posting-charset-alist (quote (("bulgaria" nil (cp1251)))))

Hope that helps

--
Teodor Zlatanov <tzz@iglou.com>
"Brevis oratio penetrat colos, longa potatio evacuat ciphos." -Rabelais


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----==  Over 80,000 Newsgroups - 16 Different Servers! =-----


      parent reply	other threads:[~2002-08-14 15:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <m31y93bre3.fsf@gmx.net>
     [not found] ` <87n0rrutpw.fsf@unix.home>
     [not found]   ` <s93adnqn1ho.fsf@cheusov.scnsoft.com>
2002-08-13 17:41     ` Vasily Korytov
2002-08-14 10:06       ` cheusov
2002-08-14 17:25         ` Vasily Korytov
2002-08-14 15:15 ` Ted Zlatanov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3ofc5v5d5.fsf@heechee.beld.net \
    --to=tzz@beld.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).