[ Version ( since = "0.9.2" ) ]
public void add_utf16 (uint16[] text, uint item_offset, int item_length)
See add_codepoints.
Replaces invalid UTF-16 characters with the buffer replacement code point, see
set_replacement_codepoint.
| text |
An array of UTF-16 characters to append |
| item_offset |
The offset of the first character to add to the |
| item_length |
The number of characters to add to the |
| buffer |
An Buffer |
| text_length |
The length of the |