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
In continue to this issue- I think the exporter should automatic convert special chars that the javascript-engine convert..
varp=document.createElement("p");p.innerHTML='privacy policy & terms of use.';console.log(p.innerHTML);// Result: "privacy policy & terms of use."
Most of these depend on contextify, which give a lot of problems to install on Windows. We're currently using cheerio because it's 100% JS and doesn't give us those pains.
Now, it's an interesting problem you're seeing there. Does the same thing happen with jQuery loaded?
Most of these depend on contextify, which give a lot of problems to
install on Windows. We're currently using cheerio because it's 100% JS and
doesn't give us those pains.
Now, it's an interesting problem you're seeing there. Does the same thing
happen with jQuery loaded?
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/14#issuecomment-29155094
.
rubenv/angular-gettext#23
In continue to this issue- I think the exporter should automatic convert special chars that the javascript-engine convert..
Possible solutions:
& <>
The text was updated successfully, but these errors were encountered: