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