Wide character display

When the insertion operator is used with cout to display a variable of the wide character type wchar_t, it is the numeric value and not the character that is displayed.

This is just the opposite of the result of displaying a variable of type char.