C++ Character Encoding: char vs wchar_t vs Unicode
The char type in C++, derived from C, has evolved…