add fromUtf16 and 32, as well as lossy variants

This commit is contained in:
shua 2025-01-15 00:14:58 +01:00
parent 032f1cc5a4
commit 414fecd14d
No known key found for this signature in database
17 changed files with 805 additions and 74 deletions

View file

@ -119,6 +119,7 @@ map_symbol_to_lowlevel_and_arity! {
StrSplitOn; STR_SPLIT_ON; 2,
StrCountUtf8Bytes; STR_COUNT_UTF8_BYTES; 1,
StrFromUtf8; STR_FROM_UTF8_LOWLEVEL; 1,
StrFromUtf8Lossy; STR_FROM_UTF8_LOSSY; 1,
StrToUtf8; STR_TO_UTF8; 1,
StrRepeat; STR_REPEAT; 2,
StrTrim; STR_TRIM; 1,