Talk:cpp/locale/wstring convert
From cppreference.com
Hi there, any suggestions on the C++17 style of doing stuff like this? Where do you recommend me looking at?
- There is no other style of doing stuff like this in C++17. std::wstring_convert and its friends from codecvt is the only portable standard Unicode conversion in C++. There's a good chance something may appear in C++20 to replace it, but nothing has been added to the working paper yet. --Cubbi (talk) 06:19, 8 February 2018 (PST)