string->utf8 -- r7rs Definition converter;
string->utf8 (from vonuvoli);Procedure variants:
((string-empty) -> (bytevector-empty))
string-empty;bytevector-empty;((string-not-empty) -> (bytevector-not-empty))
string-not-empty;bytevector-not-empty;((string range-start) -> (bytevector))
string;range-start;bytevector;((string range-start range-end) -> (bytevector))
string;range-start;range-end;bytevector;scheme:base -- (scheme base);scheme -- (scheme);Please refer to
utf8->string.
string-empty;bytevector-empty;string-not-empty;bytevector-not-empty;string;range-start;bytevector;range-end;