dynamo.js
dynamo.js copied to clipboard
Some characters are not correctly escaped
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 ó (that is the HTML entity).
jQuery's .text() is a fickle beast. I'll see what I can cook up.
As reported by [email protected], japanese characters behave wildly as well.
I would like to give a help on this issue. I will do so, when I get some time.