utf8rewind
|
Encode a Unicode codepoint to UTF-8. Unicode codepoints must be in the range 0 - U+FFFFFF. Larger codepoints exist, but cannot be encoded in a single 32-bit integer.
codePoint | Unicode codepoint. |
target | String to write the result to. |
targetSize | Amount of bytes remaining in the string. |