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
Erlang: 20 stringprep: 1.0.14 ~ 1.0.16
Hi All,
I not sure if this behavior is wrong, but I get error when try put binary with special characters to stringprep:tolower/1
stringprep:tolower/1
> stringprep:tolower(<<240,159,152,138>>). > error
Can anyone confirm that - this is the correct behavior for a similar binary, and if yes - how can I get around this case?
Cheers!
The text was updated successfully, but these errors were encountered:
Related: processone/ejabberd#3587 6d143eb
Sorry, something went wrong.
Fixed after two years - yey!
No branches or pull requests
Erlang: 20
stringprep: 1.0.14 ~ 1.0.16
Hi All,
I not sure if this behavior is wrong, but I get error when try put binary with special characters to
stringprep:tolower/1
Can anyone confirm that - this is the correct behavior for a similar binary, and if yes - how can I get around this case?
Cheers!
The text was updated successfully, but these errors were encountered: