utf8_putc
Description:
public void utf8_putc (
ref uint8 ptr,
uint32 c)
Output a 32 bit unicode character as UTF-8 octets.
At most 4 octets will be written to ptr
. The ptr
will be advanced to the next character position.
Parameters:
ptr |
pointer to write the character to
|
c |
a Unicode character to write
|