On 29 Oct, 2012, at 7:44 PM, Vincent Habchi <[email protected]> wrote:

> Le 29 oct. 2012 à 12:34, Mike Abdullah <[email protected]> a écrit :
> 
>> The code is a fairly inefficient to start with, but no, it's not going to 
>> leak.
> 
> Thanks. I am aware of this, but since this code is going to be part of a 
> didactic article on writing a WMS client, I emphasize clarity over 
> performance (this is a secondary aspect).
> 
> However, I am interested in knowing how you would write such a translator 
> yourself to make it more efficient. I had initially the idea of copying every 
> char until a ‘&’, in which case the following content would be analyzed and 
> replaced if necessary, and so on until the end of the HTML string. That would 
> mean one single pass instead of as many as the number of pairs in the 
> dictionary. 
> 
> Vincent
> 

Does CFURLCreateStringByReplacingPercentEscapes() not do this for you? I often 
use it going the other way from text to escaped text, not just for URLs. 
_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to