Gnus development mailing list
 help / color / mirror / Atom feed
From: Vladimir Volovich <vvv@vvv.vsu.ru>
Cc: ding@gnus.org
Subject: Re: KOI8 in pgnus
Date: 22 Nov 1999 19:39:40 +0300	[thread overview]
Message-ID: <m3yabq1nw3.fsf@vvv.vsu.ru> (raw)
In-Reply-To: Sergei Pokrovsky's message of "22 Nov 1999 17:55:34 +0600"

"SP" == Sergei Pokrovsky writes:

 SP> Here is another problem: my pgnus does not recognize
 SP> charset="koi8-u", which also is used for messages in Russian,
 SP> e.g. in Message-ID: <813ien$lf9$1@news.lucky.net>.  Is it
 SP> supposed to be in Ukrainian?  Should koi8-u be specified as a
 SP> valid encoding for Russian?

To get a faked support for reading messages in koi8-u, use the
following:

(define-coding-system-alias 'koi8-u 'koi8-r)

Real support for koi8-u could/should be added (but currently, it is
not achievable fully, as Emacs' internal encoding does not support the
letter ghe with upturn used in koi8-u).

If you will also need to read messages in windows-1251, add the
following lines:

(codepage-setup 1251)
(define-coding-system-alias 'windows-1251 'cp1251)

Similarly simple is to add support for cp866, etc. :)

	Best regards, -- Vladimir.
-- 
While money can't buy happiness, it certainly lets you choose your own
form of misery.


  reply	other threads:[~1999-11-22 16:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-22  6:10 Sergei Pokrovsky
1999-11-22  8:30 ` Vladimir Volovich
1999-11-22  9:25   ` Sergei Pokrovsky
1999-11-22 20:36     ` Vladimir Volovich
1999-11-22 11:55   ` Sergei Pokrovsky
1999-11-22 16:39     ` Vladimir Volovich [this message]
1999-12-01 19:07   ` Lars Magne Ingebrigtsen

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=m3yabq1nw3.fsf@vvv.vsu.ru \
    --to=vvv@vvv.vsu.ru \
    --cc=ding@gnus.org \
    /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).