camstudio icon indicating copy to clipboard operation
camstudio copied to clipboard

Replace use of deprecated codecvt

Open stevenhoving opened this issue 7 years ago • 0 comments

One of the bolder moves of the cpp committee was to deprecate codecvt for C++17. My idea how to fix this is to actually resolve this differently. Proposal: Keep everything in std::string using utf8 encoding, and only convert to unicode (convert std::wstring) when actually use it.

stevenhoving avatar Sep 29 '18 17:09 stevenhoving