Re: open afp location
Re: open afp location
- Subject: Re: open afp location
- From: "Mark J. Reed" <email@hidden>
- Date: Tue, 11 Jul 2006 17:05:37 -0400
On 7/11/06, Hung Phan <email@hidden> wrote:
This is just pure luck :)
I found using is equivalent of space character.
Yes, you can encode any Latin-1 character as %XX where XX are the
hexadecimal digits of the code point. You can also use + as a synonym
for space (which implies that literal plus signs must be encoded as
+)...
There is a draft standard (RFC 3987) that extends the URI syntax to
create something it calls an IRI (International Resource Identifier),
which allows for Unicode characters via %x (literal 'x' character)
followed by up to five hexadecimal digits (longest match wins in the
case of ambiguity), but I don't think that's implemented yet.
Meanwhile, many systems that "decode" URLs will allow you to specify
UTF-8 instead of Latin-1, so that two adjacent %XX bytes will be
interpreted as a UTF-8-encoded character.
--
Mark J. Reed <email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden