Constant

UNI_FEATURE_DISABLED

Indicates the requested operation cannot be performed because the feature is disabled.

Since v1.0
enum unistat {
    UNI_FEATURE_DISABLED,
}

Discussion πŸ”—

This failure code indicates the requested operation cannot be performed because the feature is disabled. Unicorn allows consumers to customize the Unicode features it’s built with. This is useful for reducing the footprint of the library. If a user attempts to call a function that uses a disabled feature of the library, then this status code will be returned.