Text Attribute

UNI_BIG

Big endian byte order.

Since v1.0
#define UNI_BIG
 0x10

Discussion πŸ”—

Text attribute bit flag that indicates the text is encoded in big endian byte order. It’s incompatible with the UNI_LITTLE 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.