C++ Logo

std-proposals

Advanced search

Re: [std-proposals] constexpr tolower, toupper, isalpha

From: Sebastian Wittmeier <wittmeier_at_[hidden]>
Date: Tue, 8 Jul 2025 19:38:48 +0200
The UniCode any codepoint -> case folding any codepoint -> toUpper any codepoint -> toLower are mostly identical, with each having a few special cases. (and toUpper being the opposite direction of course)

Received on 2025-07-08 17:48:03