From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-54641-garchives=archives.gentoo.org@gentoo.org>)
	id 1GjX3f-00062z-El
	for garchives@archives.gentoo.org; Mon, 13 Nov 2006 08:20:47 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kAD8IX64005089;
	Mon, 13 Nov 2006 08:18:33 GMT
Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174])
	by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kAD8FxLn020799
	for <gentoo-user@lists.gentoo.org>; Mon, 13 Nov 2006 08:15:59 GMT
Received: by ug-out-1314.google.com with SMTP id z38so994951ugc
        for <gentoo-user@lists.gentoo.org>; Mon, 13 Nov 2006 00:15:59 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=jHcEFHw1PDO7nYMk3ZCXTyNGaxz39sHys1ftADYy2ANFc/4RZHxN+w3T6WNolUoMXYdcHfTh8rm5xLR1EUlnQtLuoGW3H0gZieXkuCkuTdtj41PpmHjHDgx4kdEtySxVQ5rFpMmRbJ+hYagb969Ho8DuLf8c/nn3silmu5Pa1uI=
Received: by 10.66.221.6 with SMTP id t6mr7647317ugg.1163405758409;
        Mon, 13 Nov 2006 00:15:58 -0800 (PST)
Received: by 10.66.250.3 with HTTP; Mon, 13 Nov 2006 00:15:58 -0800 (PST)
Message-ID: <c268e4660611130015l5586df2csa7531335af725b9@mail.gmail.com>
Date: Mon, 13 Nov 2006 00:15:58 -0800
From: Drew <drew.kay@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: What's the use of mozilla-launcher?
In-Reply-To: <10500732.S04Dq16JdN@m-id.message-center.info>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <1605421.DR8e0rDRcS@m-id.message-center.info>
	 <7573e9640611121134q74409038n8a637e1911f53258@mail.gmail.com>
	 <10500732.S04Dq16JdN@m-id.message-center.info>
X-Archives-Salt: 10be231d-9c00-4a98-9e72-12b731e3d06e
X-Archives-Hash: 071f56eb5de3ece8114c57d351e3410d

> I was thinking about this at the weekend. Is it a *MUST* that a
> server "understands" that %2c is a ,?

AFAIK those codes are part of the url spec. Any server/client/program
that handles http must know about % codes. And given that ascii was
the basis for character<->hex mappings back then, one can reasonably
assume the server must understand that %2c == ",".

>>http://www.w3.org/Addressing/URL/4_Recommentations.html#z1
The last section deals with prohibited characters. All prohibited
characters 'shall' be encoded in the % form. Other characters may be
if one so chooses.

>>http://www.w3.org/Addressing/URL/5_BNF.html#z73
Defines what is/isn't allowed in a URL.


-Drew
-- 
gentoo-user@gentoo.org mailing list