Text Attribute

UNI_LITTLE

Little endian byte order.

Since v1.0
#define UNI_LITTLE
 0x20

Discussion πŸ”—

Text attribute bit flag that indicates the text is encoded in little endian byte order. It’s incompatible with the UNI_BIG flag.

The flag is intended for use with UNI_UTF16 and UNI_UTF32. It has no effect when used with UNI_UTF8 or UNI_SCALAR.