in src/libraries/strings/src/convert.cpp [302:306]
if constexpr (sizeof(wchar_t) == 2) { // wchar_t is UTF-16 it = m::utf::encode_utf16(ch, it); }