According to RISC-V ELF psABI, Section 4.3 (C/C++ Type Representations) "char is unsigned". This patch makes plain `char` unsigned by default on RISC-V. Also this fixes TestConstStaticIntegralMember.py on RISC-V
StringSwitch::Cases