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

前端 未结 0 908
粉色の甜心
粉色の甜心 2021-01-22 13:27

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

assert(isupper(U\'Å\'));

相关标签:
回答
  • 消灭零回复
提交回复
热议问题