From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27150 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: Re: KOI8 in pgnus Date: 22 Nov 1999 19:39:40 +0300 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164229 23123 80.91.224.250 (21 Oct 2002 01:37:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:37:09 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA08211 for ; Mon, 22 Nov 1999 12:23:04 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB16211; Mon, 22 Nov 1999 11:22:51 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 22 Nov 1999 11:23:06 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA17190 for ; Mon, 22 Nov 1999 11:22:54 -0600 (CST) Original-Received: from relay2.vsu.ru (postfix@mail.vsu.ru [62.76.169.17]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA08201 for ; Mon, 22 Nov 1999 12:22:13 -0500 (EST) Original-Received: by relay2.vsu.ru (Postfix, from userid 5) id A392C19ED; Mon, 22 Nov 1999 19:47:25 +0300 (MSK) Original-Received: (from vvv@localhost) by vvv.vsu.ru (8.9.3/8.9.3) id TAA01587; Mon, 22 Nov 1999 19:39:41 +0300 Original-To: Sergei Pokrovsky In-Reply-To: Sergei Pokrovsky's message of "22 Nov 1999 17:55:34 +0600" Original-Lines: 29 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27150 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27150 "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.