• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: open afp location
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >(no subject) (From: Hung Phan <email@hidden>)
 >Re: open afp location (From: Hung Phan <email@hidden>)

  • Prev by Date: Re: open afp location
  • Next by Date: RE: iTunes programming question
  • Previous by thread: Re: open afp location
  • Next by thread: (no subject)
  • Index(es):
    • Date
    • Thread