mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-07 15:08:22 +01:00
commit
8b3bef13dc
70 changed files with 5141 additions and 2882 deletions
2
externals/fmt/test/unicode-test.cc
vendored
2
externals/fmt/test/unicode-test.cc
vendored
|
|
@ -18,7 +18,7 @@ using testing::Contains;
|
|||
TEST(unicode_test, is_utf8) { EXPECT_TRUE(fmt::detail::is_utf8()); }
|
||||
|
||||
TEST(unicode_test, legacy_locale) {
|
||||
auto loc = get_locale("ru_RU.CP1251", "Russian.1251");
|
||||
auto loc = get_locale("ru_RU.CP1251", "Russian_Russia.1251");
|
||||
if (loc == std::locale::classic()) return;
|
||||
|
||||
auto s = std::string();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue