Text Attribute
UNI_NATIVE
Native endian byte order.
Since v1.0
#define UNI_NATIVE
Discussion 🔗
Text attribute bit flag that indicates the text is encoded in big endian byte order. The value of this flag will be UNI_BIG or UNI_LITTLE.
The flag is intended for use with UNI_UTF16 and UNI_UTF32. It has no effect when used with UNI_UTF8 or UNI_SCALAR.