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
We need functions to convert encoded Lists of bytes into Bend strings and vice versa. They are necessary to use file IO, to read/write text files.
We need to support at least ascii and utf-8, in the future we can add other encodings.
The text was updated successfully, but these errors were encountered:
Merge pull request #594 from HigherOrderCO/580-add-string-encoding-fu…
c4afa0f
…nctions #580 Add string encoding functions
imaqtkatt
Successfully merging a pull request may close this issue.
We need functions to convert encoded Lists of bytes into Bend strings and vice versa.
They are necessary to use file IO, to read/write text files.
We need to support at least ascii and utf-8, in the future we can add other encodings.
The text was updated successfully, but these errors were encountered: