set_text
Description:
Deletes current contents of this, and inserts text instead.
If len is -1, text must be nul-terminated. text must be valid UTF-8.
Parameters:
| this | |
| text |
UTF-8 text to insert |
| len |
length of |
Deletes current contents of this, and inserts text instead.
If len is -1, text must be nul-terminated. text must be valid UTF-8.
| this | |
| text |
UTF-8 text to insert |
| len |
length of |