Encodes the give unicode character to it's respective UTF-8 sequence.
- Parameters
-
c | Unicode character to encode. |
pMBChar | Pointer to an output buffer to receive the encoded bytes. |
- Returns
- The number of bytes used by the UTF-8 encoding.
- See Also
- MFString_DecodeUTF8()