Skip to content

Conversation

@cgay
Copy link
Member

@cgay cgay commented May 25, 2025

This was prompted by @housel noting that base64-encode only accepted a string as input. That function has been updated to accept any sequence of bytes or byte characters.

Padding with "=" is now supported.

The standard and URL-safe character sets documented in RFC 4648 are supported.

There is still no support for line breaks, whitespace, or streaming.

This was prompted by @housel noting that `base64-encode` only accepted a string as
input. That function has been updated to accept any sequence of bytes or byte characters.

Padding with "=" is now supported.

The standard and URL-safe character sets documented in RFC 4648 are supported.

There is still no support for line breaks, whitespace, or streaming.
@cgay cgay merged commit 95e904e into dylan-lang:master May 26, 2025
1 check passed
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