List Question
20 TechQA 2023-07-03T12:30:49.740000How to convert char16_t to wchar_t to print out with wprintf
258 views
Asked by user3443063
How to correctly use codecvt_byname (C++17) to encode latin1, and then UTF-8 for use in JSON
526 views
Asked by juwalter
Why does codecvt_utf8 give hex value as ffffff appended in beginning?
97 views
Asked by user123456
Unable to convert std::string into std::basic_string<char8_t>, why?
343 views
Asked by Gianluca Bianco
When is std::codecvt<char, char, std::mbstate_t>::always_noconv() required to return true?
273 views
Asked by Kristian Spangsege
Why is std::codecvt only used by file I/O streams?
559 views
Asked by user3520616
Why std::basic_fstream<unsigned char> won't work?
489 views
Asked by PookyFan
Problem installing odbc R package on Windows
2k views
Asked by sylvaine31
How do you use wstring_convert to convert between utf16 and utf32?
426 views
Asked by scx
Difference between "codecvt_utf8_utf16" and "codecvt_utf8" for converting from UTF-8 to UTF-16
2.1k views
Asked by user963241
std::codecvt_utf8 facet erroneous output with MSYS2 Bash and CMD
208 views
Asked by Yahya Gedik
Abort in wifstream destructor
275 views
Asked by Woody20
C++ <codecvt> utf8 string to utf16
1.5k views
Asked by winapiwrapper
Why is `wstring_convert` throwing a range_error?
3k views
Asked by diralik
Deprecated header <codecvt> replacement
38.4k views
Asked by login_not_failed
Portable conversion of std::string to std::wstring and vice versa?
3.2k views
Asked by ravi
C++ Cannot instantiate codecvt for writing unicode in txt file
125 views
Asked by Spychopat
parsing strings with value modifiers ('-', '%') at the end
122 views
Asked by Johannes
Convert std::string with a binary sequence of bytes into a std::wstring with character set from current locale
443 views
Asked by user2690527
Wrong endian with wstring_convert
597 views
Asked by Dante