std::btowc (3) Linux Manual Page
std::btowc – std::btowc Synopsis Defined in header<cwchar> std::wint_t btowc(int c); Widens a single-byte character c to its wide character equivalent. Most multibyte character encodings use single-byte codes to represent the characters from the ASCII character set. This function may be used to convert such characters to wchar_t. Parameters c – single-byte character to widen Return…
