Skip to content

Export AsciiSets and add some links to standards to AsciiSets documentation #1049

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

Closed
wants to merge 3 commits into from

Conversation

somechris
Copy link

This allows to re-use the AsciiSets for users of this library.

Having the AsciiSets public helps to update Urls.

For example
set_password only allows to set utf-8 passwords. Setting a new 8-bit,
non-utf-8 password requires to percent-encode it beforehand. So one had
to rebuild the USERINFO AsciiSet to encode it. To avoid requiring
such duplications, we make the AsciiSets public.

Christian Aistleitner added 3 commits June 12, 2025 15:01
This allows to re-use the AsciiSets for users of this library.

Having the AsciiSets public helps to update Urls. For example
`set_password` only allows to set utf-8 passwords. Setting a new 8-bit,
non-utf-8 password requires to percent-encode it beforehand. So one had
to rebuild the `USERINFO` AsciiSet to encode it. To avoid requiring
such duplications, we make the AsciiSets public.
@somechris somechris closed this by deleting the head repository Jun 12, 2025
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.

1 participant