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
If utf8_to_wstring is used only for paths, we can replace these path types with std::filesystem that handles character encoding.
The text was updated successfully, but these errors were encountered:
yusuke-tokuyoshi
changed the title
Use std::filesysytem to remove deplicated std::codecvt_utf8_utf16
Use std::filesysytem to remove deprecated std::codecvt_utf8_utf16
Dec 24, 2024
std::codecvt_utf8_utf16
, that was deprecated due to security reasons, is used inutf8_to_wstring
.Orochi/Orochi/OrochiUtils.cpp
Line 39 in e8da229
If
utf8_to_wstring
is used only for paths, we can replace these path types withstd::filesystem
that handles character encoding.The text was updated successfully, but these errors were encountered: