Function

uni_tolower

Simple lower case mapping.

Since v1.0
unichar uni_tolower(

Parameters 🔗

c in

The input character.

Return Value 🔗

The simple lower case mapping for c.

Discussion 🔗

Return the simple lower case mapping for the code point c. For the full lowercase mappings use uni_caseconv with UNI_LOWER.

Support for simple lower case mappings must be enabled in the JSON configuration file otherwise the function will always return c.

{
    "characterProperties": [
        "Simple_Lowercase_Mapping"
    ]
}