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

base64: use url encoding with updated api #1645

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

konimarti
Copy link
Contributor

Ensure that the URL alphabet for base64 is used with the urlencode functions (urlencode, urlencode_buffer, urlencode_temp and urlencode_new) are used. Currently, they use the standard alphabet. Add a new test.

Ensure that the URL alphabet for base64 is used with the urlencode
functions (urlencode, urlencode_buffer, urlencode_temp and
urlencode_new) are used. Add a new test.
@lerno
Copy link
Collaborator

lerno commented Nov 25, 2024

Thank you for the fix.

@lerno lerno merged commit 3f7f7a0 into c3lang:master Nov 25, 2024
43 checks passed
@konimarti konimarti deleted the base64-urlencoding branch November 25, 2024 12:33
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.

2 participants