Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
  • * Re: reading cyrillic with gnus
           [not found] <m31y93bre3.fsf@gmx.net>
           [not found] ` <87n0rrutpw.fsf@unix.home>
    @ 2002-08-14 15:15 ` Ted Zlatanov
      1 sibling, 0 replies; 4+ messages in thread
    From: Ted Zlatanov @ 2002-08-14 15:15 UTC (permalink / raw)
    
    
    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! =-----
    
    
    ^ permalink raw reply	[flat|nested] 4+ messages in thread

  • end of thread, other threads:[~2002-08-14 17:25 UTC | newest]
    
    Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
    -- links below jump to the message on this page --
         [not found] <m31y93bre3.fsf@gmx.net>
         [not found] ` <87n0rrutpw.fsf@unix.home>
         [not found]   ` <s93adnqn1ho.fsf@cheusov.scnsoft.com>
    2002-08-13 17:41     ` reading cyrillic with gnus Vasily Korytov
    2002-08-14 10:06       ` cheusov
    2002-08-14 17:25         ` Vasily Korytov
    2002-08-14 15:15 ` Ted Zlatanov
    

    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).