Vincent Lefevre wrote:
>> On 2005-02-17 11:33:04 -0600, Ben Collins-Sussman wrote:
>>> Can you post a patch to the dev@ list which fixes the example?
>>
>> Attached.
>>
>> I recall the explanation:
>>
>>>> This is a bit confusing, but this text seems to say: With 1.0, one had
>>>> to use escape sequences, e.g.
>>>>
>>>> svn checkout http://host/path%20with%20space/project/espa%F1a
>>>>
>>>> but with 1.1, one can write instead
>>>>
>>>> svn checkout "http://host/path with space/project/españa"
>>>>
>>>> which is more human-readable. However, this won't work on this example,
>>>> since "ñ" is encoded as %C3%B1 (from the UTF-8 sequence), not as %F1.
>>>>
>>>> The first "svn checkout" line should probably be changed to
>>>>
>>>> svn checkout http://host/path%20with%20space/project/espa%C3%B1a
>>>>
>>>> or a completely different example should be given to show that this
>>>> is not the same thing.
Thanks, committed.
Max.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 19 14:05:26 2005