Constant

UNI_NONCHARACTER_CODE_POINT

The Noncharacter_Code_Point character property.

Since v1.0
enum unibp {
    UNI_NONCHARACTER_CODE_POINT,
}

Discussion 🔗

This property is assigned to characters permanently reserved in the Unicode Standard for internal use.

Noncharacters do not cause a Unicode string to be ill-formed in any UTF. Applications should handle them the same way they handle unassigned code points.

Support for the Noncharacter_Code_Point character property is enabled in the JSON configuration file with:

{
    "characterProperties": [
        "Noncharacter_Code_Point"
    ]
}