Function str-from-utf8-lossypub
Source:fn(pub) str-from-utf8-lossy ( (Vec AnyUInt) → Str )
Description
str-from-utf8-lossy — decode bytes as UTF-8, replacing invalid sequences with U+FFFD. The input is Bytes = (Vec Byte); the signature uses (Vec AnyUInt) because the alias-resolver does not expand Bytes during signature registration. Free word for the same reason as str-from-utf16.