You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the NSString+HTML category and sometimes I see the string is being parse using escapeSequence instead of uchar value (i.e. " instead of "). Is there any reason for this?
I'm asking because the library I'm using (Three20) does not work with the string parsed by escapeSequence value but it works great with uchar value.
Thanks
The text was updated successfully, but these errors were encountered:
Very sorry for the slow reply here! Only just getting around to making some updates to the parser. Do you have any more info on this, and perhaps an example?
Hi,
I'm trying to use the NSString+HTML category and sometimes I see the string is being parse using
escapeSequence
instead ofuchar
value (i.e. " instead of "). Is there any reason for this?I'm asking because the library I'm using (Three20) does not work with the string parsed by
escapeSequence
value but it works great withuchar
value.Thanks
The text was updated successfully, but these errors were encountered: