...
CERT C++ Secure Coding Standard: STR04-CPP. Use plain char for characters in the basic character set
ISO/IEC 9899:2011 Section Section 6.2.5, "Types"
MISRA Rule 6.1, "The plain char type shall be used only for the storage and use of character values"
...