Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NSString+HTML] Parse to uchar value rather than escapeSequence #49

Open
jasondinh opened this issue Mar 14, 2012 · 1 comment
Open

Comments

@jasondinh
Copy link

Hi,

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

@mwaterfall
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants