RE: Draft 2 of "How to Compare URIs"

On Mon, 2003-01-13 at 19:54, Paul Cotton wrote:
[...]
> > I suggest that if we discover that
> > there is noticeably more upper-case than lower-case, we pick
> upper-case,
> > otherwise lower-case.
> 
> Microsoft's System.URI class uses upper-case.  What do others use?

The python libraries seem to use upper-case too.

$ python
Python 2.2.2 (#1, Jan  3 2003, 12:42:27) 
[GCC 2.95.4 20011002 (Debian prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import urllib
>>> urllib.quote("a:b")
'a%3Ab'

-- 
Dan Connolly, W3C http://www.w3.org/People/Connolly/

Received on Tuesday, 14 January 2003 09:55:26 UTC