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
Implement toASCII algorithm of UTS #46 which is used in parsing the host now that we're done with implementing the normalize algorithm.
UTS #46
normalize
The text was updated successfully, but these errors were encountered:
IDNA to ASCII housekeeping; #586
3695f6c
String view TMP update; #586
ff6301f
std::ignore not found fix; #586
032047e
Not gonna import <tuple> for this
Okay, now we have to attack toASCII algorithm after re-implementing the IDNA mapping tables.
Sorry, something went wrong.
the-moisrex
No branches or pull requests
Implement toASCII algorithm of
UTS #46
which is used in parsing the host now that we're done with implementing thenormalize
algorithm.The text was updated successfully, but these errors were encountered: