std::basic_ios<CharT,Traits>::widen
Min standard notice:
Converts a character c to its equivalent in the current locale. The result is converted from char to character type used within the stream if needed.
# Declarations
char_type widen( char c ) const;
# Parameters
c: character to convert
# Return value
Character converted to char_type