From 7da9dc4a5276934d3b1305ded4dd95c4b1ce1dd7 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 27 Apr 2024 16:55:03 +0200 Subject: Add CF_SS as an alias for CF_ẞ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/unicode/string.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/unicode/string.h b/include/unicode/string.h index 4b75864..afd4040 100644 --- a/include/unicode/string.h +++ b/include/unicode/string.h @@ -15,7 +15,8 @@ enum [[clang::flag_enum]] caseflags { CF_LANG_TR = 1 << 0, /* Turkish; alias for CF_LANG_AZ */ CF_LANG_LT = 1 << 1, /* Lithuanian */ CF_LANG_NL = 1 << 2, /* Dutch */ - CF_ẞ = 1 << 3, /* Use ‘ẞ’ as the uppercase of ‘ß’ */ + CF_SS = 1 << 3, /* Use ‘ẞ’ as the uppercase of ‘ß’; alias for CF_ẞ */ + CF_ẞ = 1 << 3, /* Use ‘ẞ’ as the uppercase of ‘ß’; alias for CF_SS */ }; /* clang-format on */ -- cgit v1.2.3