aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/unicode/string.h8
1 files changed, 4 insertions, 4 deletions
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);