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

Calculate MD5 hashes of UTF-8 source by encoding it first #60

Closed
wants to merge 1 commit into from

Conversation

pypt
Copy link
Contributor

@pypt pypt commented Jan 23, 2017

When use utf8 is being used in the caller code and the inline source code passed has Unicode literals, “Inline” module was failing to calculate MD5 hash of the code without decoding it first.

When “use utf8” is being used in the caller code and the inline source
code passed has Unicode literals, “Inline” module was failing to
calculate MD5 hash of the code without decoding it first.
@ingydotnet ingydotnet closed this Jun 23, 2018
@ingydotnet
Copy link
Owner

Applied. Released. Thanks.

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

Successfully merging this pull request may close these issues.

None yet

2 participants