• 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: Escaping a Degree Symbol
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Escaping a Degree Symbol


  • Subject: Re: Escaping a Degree Symbol
  • From: Chris Suter <email@hidden>
  • Date: Tue, 29 Aug 2006 16:44:30 +1000


On 29/08/2006, at 4:18 PM, John C. Randolph wrote:


On Aug 28, 2006, at 11:01 PM, Ben Lachman wrote:

Anyone know the proper URL escape code for the degree symbol (little superscript 'o')?

This was the second hit when I googled for "unicode degrees symbol":

http://mail.python.org/pipermail/python-list/2001-June/046945.html

URLs are supposed to only encode US ASCII characters so the strict answer is that you can't. You can encode arbitrary data in a URL which is what %HH is for, but what that binary data means is really defined by the URL scheme used.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Escaping a Degree Symbol
      • From: Ben Lachman <email@hidden>
References: 
 >Escaping a Degree Symbol (From: Ben Lachman <email@hidden>)
 >Re: Escaping a Degree Symbol (From: "John C. Randolph" <email@hidden>)

  • Prev by Date: Re: Escaping a Degree Symbol
  • Next by Date: Re: getting bytes from NSData appends some special characters at the end
  • Previous by thread: Re: Escaping a Degree Symbol
  • Next by thread: Re: Escaping a Degree Symbol
  • Index(es):
    • Date
    • Thread