unicodex
Methods for manipulate Unicode and more.
Found 54 results for utf16
Methods for manipulate Unicode and more.
Test if a position in a string marks the start of a UTF-16 surrogate pair.
Return the position of the next Unicode code point in a string after a specified position.
Return the next extended grapheme cluster break in a string after a specified position.
Create a string from a sequence of Unicode code points.
Invoke a function for each character in a string.
Return the previous extended grapheme cluster break in a string before a specified position.
Invoke a function for each UTF-16 code unit in a string, iterating from right to left.
Convert UTF8 to UTF16
A decoder and encoder that allow you to manipulate bits in nanoseconds.
Return the previous extended grapheme cluster break in a string before a specified position.
Return the position of the next Unicode code point in a string after a specified position.
utf8, utf16, wtf8, and wtf16 decoding without strings
Return a Unicode code point from a string at a specified position.