Re: URL Escaping weirdness
Re: URL Escaping weirdness
- Subject: Re: URL Escaping weirdness
- From: Ondra Cada <email@hidden>
- Date: Sun, 27 Mar 2005 00:01:27 +0100
Michael,
On 26.3.2005, at 23:51, Michael Terence Mulligan wrote:
I failed to mention that I'd actually tried those approaches as well:
* casting strings for CF calls
* replacing the @"+&" with NULL
* trying 0 or NULL
* trying kCFAllocatorDefault or NULL
Sadly no difference...they all return the same, incorrect string :-(
Sorry, have no time to check the docs/write test programs at the
moment, so I can't give a better advice, but I believe
(i) you may consider using directly them Cocoa methods (I've used them
myself some time ago, they do work all right)
(ii) regardless the method, you should use the target encoding I think
(ASCII would be best I guess)
(iii) very definitely there is no point in switching NULLs and 0s, they
are the same.
---
Ondra Čada
OCSoftware: email@hidden http://www.ocs.cz
private email@hidden http://www.ocs.cz/oc
_______________________________________________
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