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 functions #297

Open
postcasio opened this issue Feb 18, 2019 · 0 comments
Open

Base64 functions #297

postcasio opened this issue Feb 18, 2019 · 0 comments

Comments

@postcasio
Copy link
Contributor

Base64 is a very popular encoding for binary data, especially when embedded in text data like JSON. For example, Tiled's default format encodes layer tile data as a base64 list of ints. It would be useful to have base64 encode/decode functions. While not hard to write, I think it's useful enough to be part of the standard library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants