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
It's used in getCasing and toupper / tolower in order to convert utf-8 strings to wstrings so we can call isupper/islower/towupper on non-latin1 stuff. As suggest.hpp says,
// #ifndef icu TODO
unhammer
changed the title
<codecvt> is deprecated
<codecvt> is deprecated – optionally allow using ICU?
Apr 17, 2019
Header and the related functions are deprecated as of C+17 - https://en.cppreference.com/w/cpp/header/codecvt
It is used in at least two places in the code ( https://github.com/divvun/libdivvun/search?q=codecvt ).
The text was updated successfully, but these errors were encountered: