chsvlib
chsv helper source code

◆ ucp_toupper()

ucp_t Chusov::String::ucp_toupper ( ucp_t  ch)
noexcept

Returns an uppercase form of a given Unicode character.

Parameters
chis the Unicode 11.0 code point to convert to the uppercase form.
Returns
The uppercase form of ch, if any. If the uppercase form of ch is not defined in the Unicode 11.0 code table, the function returns a copy of ch.

The function is conforms the Unicode 11.0 specification and uses a code table defined by the UnicodeData.txt file for Unicode 11.0.