Re: Escaping a Degree Symbol
Re: Escaping a Degree Symbol
- Subject: Re: Escaping a Degree Symbol
- From: Ben Lachman <email@hidden>
- Date: Tue, 29 Aug 2006 18:43:04 -0400
This site <http://www.w3.org/International/O-URL-code.html> covers
the topic quite well.
->Ben
--
"I'm so cool you could keep a side of meat in me for a month! I'm so
hip I have trouble seeing over my pelvis!"
- Zaphod Beeblebrox, The Hitchhiker's Guide to the Galaxy
On Aug 29, 2006, at 2:44 AM, Chris Suter wrote:
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.
_______________________________________________
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