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
After reading unicode characters from file to std::wstring and assigned to sf::Text(), it still cannot output the text properly, however when assign string literal int the code std::wstring(L"unicode"), it can be printed correctly.
After reading unicode characters from file to
std::wstringand assigned tosf::Text(), it still cannot output the text properly, however when assign string literal int the codestd::wstring(L"unicode"), it can be printed correctly.