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
std::string curLocale = setlocale(LC_ALL, ""); will throw std::logic_error when setlocale(LC_ALL, "") return NULL
The text was updated successfully, but these errors were encountered:
sean2077
changed the title
setlocale in utf8_decode will throw std::logic_error when setlocale(LC_ALL, "") return NULL
setlocale in utf8_decode will throw std::logic_error when setlocale returns NULL
Nov 21, 2023
In unicode::details::utf8_decode function:
std::string curLocale = setlocale(LC_ALL, ""); will throw std::logic_error when setlocale(LC_ALL, "") return NULL
The text was updated successfully, but these errors were encountered: