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

Entity encoding issues #15

Open
mjmasn opened this issue Feb 6, 2015 · 0 comments
Open

Entity encoding issues #15

mjmasn opened this issue Feb 6, 2015 · 0 comments

Comments

@mjmasn
Copy link

mjmasn commented Feb 6, 2015

This library does not appear to be encoding entities correctly, for example with ampersand &, it will only encode the first occurrence.

&& -> &&
&& -> &&
&&& -> &&&

The expected values for the three examples would be &&, &&, and &&&. Passing a mixture of encoded and non-encoded ampersands to the Evernote API returns an error.

screenshot from 2015-02-06 10 37 34

ctgnauh added a commit to ctgnauh/enml-js that referenced this issue Feb 4, 2016
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

1 participant