[WARNING]
The Compiler does not support wide characters. They are treated as conventional characters.
char c= L'a'; // warning
Do not specify the L before the character/string constant.