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

spaces aren't parsed when next to an entity #1

Open
Coeur opened this issue Jan 20, 2012 · 0 comments
Open

spaces aren't parsed when next to an entity #1

Coeur opened this issue Jan 20, 2012 · 0 comments

Comments

@Coeur
Copy link
Owner

Coeur commented Jan 20, 2012

We can't parse correctly:
<tag>I love &apos;entities&apos; in a string</tag>

As it will result in:
tag->@"I love'entities'in a string"

Instead of:
tag->@"I love 'entities' in a string"

Parsing any entity like &apos; will strip the leading and trailing space characters. It will even strip any entity used to represent a space character, such as: &#x9; &#9; &#xA; &#10; &#xD; &#13; &#x20; &#32; &#x85; &#133;

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
@Coeur and others