From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9746 Path: news.gmane.org!not-for-mail From: William F Hammond Newsgroups: gmane.emacs.gnus.user Subject: Re: gnus does not decode http address correctly Date: Wed, 10 Oct 2007 16:17:35 -0400 Organization: Dept of Math & Stat, Univ at Albany (SUNY), Albany, NY Message-ID: References: <87ir5g8o9h.fsf@mat.ucm.es> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1192048843 17748 80.91.229.12 (10 Oct 2007 20:40:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Oct 2007 20:40:43 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed Oct 10 22:40:40 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IfiM2-0007Xr-H5 for gegu-info-gnus-english@m.gmane.org; Wed, 10 Oct 2007 22:40:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfiLw-000400-Gt for gegu-info-gnus-english@m.gmane.org; Wed, 10 Oct 2007 16:40:24 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!nx02.iad01.newshosting.com!newshosting.com!novia!border2.nntp.dca.giganews.com!nntp.giganews.com!sn-xt-sjc-05!sn-xt-sjc-07!sn-post-sjc-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (usg-unix-v) Cancel-Lock: sha1:BHXaKrH/MZib22NKb2r3d/A4DnI= Original-X-Complaints-To: abuse@supernews.com Original-Lines: 27 Original-Xref: shelby.stanford.edu gnu.emacs.gnus:79951 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:9746 Archived-At: Uwe Brauer writes: > > theotp1:~/public_html/tmp$ cat fid,67731 > > Komma > > theotp1:~/public_html/tmp$ cat fid%2c67731 > > %2c > > > > --> Komma > > > > --> Komma > > > Both connect to comma right. All 4 look like correct returns to me. The "%2c" is a URL escape. Use of "special" characters in URLs is somewhat limited. See RFC 3986. Use http://theotp1.physik.uni-ulm.de/~ste/tmp/fid%252c67731 to retrieve "%2c". And, just for safety, in case "%" is a special character in your command line (using wget), place the entire url in quotes. -- Bill