From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36028 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus refuses to post to Norwegian groups Date: 26 Apr 2001 10:13:32 -0400 Message-ID: <5bzod3lpf7.fsf@avocet.cs.rochester.edu> References: <3197205409150531@oakhurst.yi.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035171684 6416 80.91.224.250 (21 Oct 2002 03:41:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:41:24 +0000 (UTC) Return-Path: Original-Received: (qmail 23052 invoked by alias); 26 Apr 2001 14:13:39 -0000 Original-Received: (qmail 23047 invoked from network); 26 Apr 2001 14:13:38 -0000 Original-Received: from gate.cs.rochester.edu (192.5.53.207) by gnus.org with SMTP; 26 Apr 2001 14:13:38 -0000 Original-Received: from avocet.cs.rochester.edu (avocet.cs.rochester.edu [192.5.53.22]) by gate.cs.rochester.edu (8.9.1b+Sun/U) with ESMTP id KAA17864 for ; Thu, 26 Apr 2001 10:13:37 -0400 (EDT) Original-Received: (from zsh@localhost) by avocet.cs.rochester.edu (8.9.1b+Sun/Q++) id KAA01051; Thu, 26 Apr 2001 10:13:32 -0400 (EDT) Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: =?iso-8859-1?q?("Bj=F8rn?= Mork"'s message of "25 Apr 2001 22:33:36 +0200") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Original-Lines: 19 Xref: main.gmane.org gmane.emacs.gnus.general:36028 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36028 "Bjørn Mork" writes: > Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > > > See the variable gnus-group-posting-charset-alist. With that, you > > should be able to tell Gnus to use unencoded 8bit characters for that > > group name. > > Gnus should never encode a newsgroup name. It's not text. There is no > need to worry about charsets and encodings. Just use whatever octet > sequence the news server sent in the active list. The encoding mentioned here has two phases. One is charset encoding, the other is QP-like encoding. If you want to send octet sequence to a news server, the newsgroup name must be encoded in a certain charset. Sometimes, it is not an issue for iso-8859-1 characters, because Emacs encodes them behind you. ShengHuo