Function

uni_totitle

Simple title case mapping.

Since v1.0
unichar uni_totitle(

Parameters 🔗

c in

The input character.

Return Value 🔗

The simple title case mapping for c.

Discussion 🔗

Return the simple title case mapping for the code point c. For the full title case mappings use uni_caseconv with UNI_TITLE.

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

{
    "characterProperties": [
        "Simple_Titlecase_Mapping"
    ]
}