ragnarius
ragnarius

Reputation: 5813

How to test if a unicode character (char32_t) is in upper case in C++

Is there an isupper for char32_t? I get an assertion fail on the following code line

assert(isupper(U'Å'));

Upvotes: 1

Views: 337

Answers (0)

Related Questions