stri_enc_fromutf32(vec)This functions roughly acts like a vectorized version of
intToUtf8, as usual in stri_encode.
Note that 0s are not allowed in vec, as they
are used to internally mark the end of a string (in the C
API).
If an incorrect code point is given, a warning is generated
and a string is set to NA.
NULLs in the input list are converted to
NA_character_.
stri_conv,
stri_encode; stri_enc_toascii;
stri_enc_toutf32;
stri_enc_toutf8;
stringi-encoding