Skip to content

Add String.to_utf8() and String.to_ascii()

est requested to merge github/fork/est31/rawarray into master

Adds two methods so that you can convert a string into a RawArray, e.g. for an ascii network protocol over TCP.

Merge request reports