Function

uni_toupper

Simple upper case mapping.

Since v1.0
unichar uni_toupper(

Parameters 🔗

c in

The input character.

Return Value 🔗

The simple upper case mapping for c.

Discussion 🔗

Return the simple upper case mapping for the code point c. For the full uppercase mappings use uni_caseconv with UNI_UPPER.

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

{
    "characterProperties": [
        "Simple_Uppercase_Mapping"
    ]
}