Public
Functions
| Name | Description |
|---|---|
| conv::char16_to_utf8_unsafe | Convert 1-2 UTF16 data points into UTF8. |
| conv::utf16to8_unsafe | Copy an array of UTF16 data into an UTF8 buffer without bounds... |
| conv::utf8_codepoints | |
| conv::utf8len_for_utf16 | Calculate the UTF8 length required to encode an UTF16 array. |
| conv::utf32to8 | Convert an UTF32 array to an UTF8 array. |
| conv::char32_to_utf16_unsafe | Convert a code pointer into 1-2 UTF16 characters. |
| conv::char32_to_utf8_unsafe | |
| conv::utf16len_for_utf8 | Calculate the UTF16 length required to encode a UTF8 array. |
| conv::utf16len_for_utf32 | |
| conv::utf32to8_unsafe | Copy an array of UTF32 code points into an UTF8 buffer without bounds... |
| conv::utf8len_for_utf32 | Calculate the UTF8 length required to encode an UTF32 array. |
| conv::char32_to_utf8 | |
| conv::utf8to32 | Convert an UTF8 array to an UTF32 array. |
| conv::utf8_to_char32 | |
| conv::utf8to16_unsafe | Copy an array of UTF8 data into an UTF16 buffer without bounds... |
| conv::utf8to32_unsafe | Copy an array of UTF8 data into an UTF32 buffer without bounds... |