std::towupper (3) Linux Manual Page
std::towupper – std::towupper Synopsis Defined in header <cwctype> std::wint_t towupper( std::wint_t ch ); Converts the given wide character to uppercase, if possible. If the value of ch is neither representable as a wchar_t nor equal to the value of the macro WEOF, the behavior is undefined. Parameters ch – wide character to be converted Return…
