Re: URI escaping in repository URLs
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-03-31 14:39:45 CEST
"C. Michael Pilato" <cmpilato@collab.net> writes:
> "Stephen Warren" <swarren@paramanet.com> writes:
It's possible we could do something, but not exactly the above. I
1. easy things that don't change
user: http://example.com/foobar
2. easy things that do change
user: http://example.com/foo bar
3. ambiguous things like
user: http://example.com/foo%20bar
4. dubious things like
user: http://example.com/foo%20bar/zig zag
5. things that are invalid UTF-8
user: http://example.com/foo%e5bar
6. ambiguous things that could be invalid UTF-8
user: http://example.com/foo%E5bar
Note: once escaping is determined the UTF-8 thing (cases 5 and 6) is
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Mar 31 14:40:23 2004 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.