Fix percent-escape URI issue (hopefully).
commitdba2697fa87cf3c6e1192028b80778526c0b9270
authorPatrick McCarty <pnorcks@gmail.com>
Tue, 19 Jan 2010 02:03:47 +0000 (18 18:03 -0800)
committerPatrick McCarty <pnorcks@gmail.com>
Tue, 19 Jan 2010 02:03:47 +0000 (18 18:03 -0800)
tree849a7f04a940fd45b94f872a76cb60d0211df6f9
parent7dc84ff9d49beff64bf8df5e4ceb6bdf401a93d6
Fix percent-escape URI issue (hopefully).

Completely untested.

I don't even know if this compiles, since I'm still getting used to the
Mac Developer Documentation and pyobjc.

But hopefully this is close.  The CF* function assumes UTF-8 encoding
for the string, which is a safe assumption on Mac OS X.
URLHandlerClass.py