insert_unichar


Description:

public unowned StringBuilder insert_unichar (ssize_t pos, unichar wc)

Converts a Unicode character into UTF-8, and insert it into the string at the given position.

Parameters:

this

a StringBuilder

pos

the position at which to insert character, or -1 to append at the end of the string

wc

a Unicode character

Returns:

this