aboutsummaryrefslogtreecommitdiff
path: root/include/unicode
diff options
context:
space:
mode:
Diffstat (limited to 'include/unicode')
-rw-r--r--include/unicode/prop.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/unicode/prop.h b/include/unicode/prop.h
index 419908e..d2db777 100644
--- a/include/unicode/prop.h
+++ b/include/unicode/prop.h
@@ -14,6 +14,8 @@ struct rview {
size_t len;
};
+/* clang-format off */
+
struct lcctx {
bool az_or_tr : 1; /* Azeri or Turkish */
bool lt : 1; /* Lithuanian */
@@ -35,10 +37,12 @@ struct ucctx {
bool az_or_tr : 1; /* Azeri or Turkish */
bool lt : 1; /* Lithuanian */
- bool ẞ : 1; /* Uppercase ‘ß’ into ‘ẞ’ (instead of ‘SS’) */
+ bool ẞ : 1; /* Uppercase ‘ß’ into ‘ẞ’ (instead of ‘SS’) */
bool after_i : 1; /* After ‘i’ */
};
+/* clang-format off */
+
enum uprop_age : uint_least16_t {
AGE_NA = 0, /* Not Assigned */
AGE_V1_1 = (1 << 8) | 1,