You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: