Demacrify UTF-8 check

This commit is contained in:
Victor Zverovich
2024-09-13 18:38:08 -07:00
parent 463fe65f17
commit 0335312320
7 changed files with 19 additions and 19 deletions

View File

@@ -15,7 +15,7 @@
using testing::Contains;
TEST(unicode_test, use_utf8) { EXPECT_TRUE(FMT_USE_UTF8); }
TEST(unicode_test, use_utf8) { EXPECT_TRUE(fmt::detail::use_utf8); }
TEST(unicode_test, legacy_locale) {
auto loc = get_locale("be_BY.CP1251", "Belarusian_Belarus.1251");