From 5984a3211cc8a214305b9acbff07b3f3b78cac09 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 14 Apr 2024 22:51:02 +0200 Subject: Change UF_* for CF_* --- include/unicode/string.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/unicode') diff --git a/include/unicode/string.h b/include/unicode/string.h index 0341af9..6197235 100644 --- a/include/unicode/string.h +++ b/include/unicode/string.h @@ -7,10 +7,10 @@ #include "__u8view.h" enum [[clang::__flag_enum__]] caseflags { - UF_LANG_AZ = 1 << 0, /* Azeri; alias for UF_LANG_TR */ - UF_LANG_TR = 1 << 0, /* Turkish; alias for UF_LANG_AZ */ - UF_LANG_LT = 1 << 1, /* Lithuanian */ - UF_ẞ = 1 << 2, /* Use ‘ẞ’ as the uppercase of ‘ß’ */ + CF_LANG_AZ = 1 << 0, /* Azeri; alias for UF_LANG_TR */ + CF_LANG_TR = 1 << 0, /* Turkish; alias for UF_LANG_AZ */ + CF_LANG_LT = 1 << 1, /* Lithuanian */ + CF_ẞ = 1 << 2, /* Use ‘ẞ’ as the uppercase of ‘ß’ */ }; size_t u8glen(const char8_t *, size_t); -- cgit v1.2.3