- (bytes->string BYTEVECTOR [START END])procedure
Similar to utf8->string, but accepts any byte sequence without validating the contents. Byte-sequences that are not representing valid UTF-8 characters are retained and, if extracted with string-ref are converted to a trailing surrogate pair half in the range U+DC80 to U+DCFF.