Discussion 🔗
Text attribute bit flag that indicates the text is encoded as Unicode scalar values. This is a pseudo-encoding that uses the unichar type for storage.
Unicode scalars are not the same as code points. The former excludes surrogate characters whereas the latter does not.