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

Verbatim string hashes are not always unique #36

Closed
therussianjig opened this issue Dec 3, 2015 · 1 comment
Closed

Verbatim string hashes are not always unique #36

therussianjig opened this issue Dec 3, 2015 · 1 comment

Comments

@therussianjig
Copy link

Currently the Verbatim strings are hashed based on the length of the string. This does not always resolve to unique hashes. When the hashes are mapped back to strings at the end of the process, sometimes the strings are improperly decoded.

I have a quick fix for this based off the 1.10 version which I attached here.
latexdiff.zip

@ftilmann
Copy link
Owner

Thanks. Implemented by commit 2219f49

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