Hey all, i was wondering if anyone has had experience with this function, as
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier>
finalCFString = CFURLCreateStringByAddingPercentEscapes(kCFAllocat orDefault,coreString, CFSTR(<font color = red>""</font>), CFSTR(<font color = red>""</font>),CFStringGetSystemEncoding());
</font>[/code]
Seems to return an unchanged string (if there aren't any characters such as < etc.) or an empty string if it does. Any help would be much appreciated.