Re: Escaping a Degree Symbol
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