Text Attribute
UNI_UTF16
UTF-16 encoding form.
Since v1.0
#define UNI_UTF16
 0x4
Discussion 🔗
Text attribute bit flag that indicates the text is encoded as UTF-16. The implementation uses an unsigned 16-bit integer (uint16_t
) to represent UTF-16 code units.