0b44a031
1a63a9fc ^
1 2 3 4
5
6
#include <wctype.h> int iswlower(wint_t wc) { return towupper(wc) != wc || wc == 0xdf; }