Skip to main content
Search titles, bodies, and author names
Found 64,104 posts across 1 forum.

Decoding URL data — #5

Well I've decided to write my own, replacing the '+' characters with spaces is obviously simple, but I need to convert occurrences of %XX (where XX is the ASCII value, in hex) to t…
MacNN Development by exrae

Decoding URL data — #6

CFURL.h (in CoreFoundation) has some functions for encoding and decoding URL text. Others can be found in the open-source Omni frameworks: the stuff you'll find useful is split bet…
MacNN Development by Rickster

Decoding URL data — #7

I tried using CFURL and CFString to decode the URL data, but I'm having a problem.. <BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR>…
MacNN Development by exrae

Decoding URL data — #8

Oh, obviously I need to pass the allocator(?) in the CFURLCreateWithString.. but I haven't a clue what that is.
MacNN Development by exrae
mp.ls