We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
e.g. md5 of Chinese word '你好' should be 7ECA689F0D3389D9DEA66AE112E5CFD7 but current caculated is 52a90a58a24523da1b9d09124b1f3861
The text was updated successfully, but these errors were encountered:
This tripped me up as well. Anyone who wants a replacement md5 function with works with UTF-8 characters should replace this with:
http://www.webtoolkit.info/javascript-md5.html
Works perfectly! Change the function name to lowercase md5 and it's a drop in replacement
Sorry, something went wrong.
Merged pull request #1 from alnorth29/master.
f46af08
Fixing scrobble function
No branches or pull requests
e.g. md5 of Chinese word '你好' should be 7ECA689F0D3389D9DEA66AE112E5CFD7
but current caculated is 52a90a58a24523da1b9d09124b1f3861
The text was updated successfully, but these errors were encountered: