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

Some characters are not correctly escaped #3

Open
rmariuzzo opened this issue May 12, 2012 · 3 comments
Open

Some characters are not correctly escaped #3

rmariuzzo opened this issue May 12, 2012 · 3 comments

Comments

@rmariuzzo
Copy link

If I have the following markup:

<h3 data-lines="Pidió">Hello</h3>

It will not render correclty since the ó is not correctly escaped. But it will work fine if I replace ó with &oacute (that is the HTML entity).

@jdan
Copy link
Owner

jdan commented Jun 25, 2012

jQuery's .text() is a fickle beast. I'll see what I can cook up.

@jdan
Copy link
Owner

jdan commented Jul 7, 2012

As reported by [email protected], japanese characters behave wildly as well.

@rmariuzzo
Copy link
Author

I would like to give a help on this issue. I will do so, when I get some time.

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