HigherOrderCO/Bend

Add string encoding functions

Closed this issue · 0 comments

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.