public writeChar(readonly c as Char) as Void throws IOException
Writes one Unicode scalar value.
A BMP CodeUnit can be passed through the implicit widening conversion to Char; isolated UTF-16 surrogates are not valid text.
| Parameter | Description |
|---|---|
c | Character to write. |
writer.writeChar('😀')