From ef8a2910aa4bfc49973e63e1003b01f47a675249 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 26 Apr 2024 17:20:26 +0200 Subject: Fully comply with Unicode 15.1 § 3.13 in u8lower() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/unicode/prop.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/unicode/prop.h b/include/unicode/prop.h index 8cb50c5..062d121 100644 --- a/include/unicode/prop.h +++ b/include/unicode/prop.h @@ -36,10 +36,10 @@ struct lcctx { bool az_or_tr : 1; bool lt : 1; - bool after_I : 1; /* After ‘I’ */ - bool before_acc : 1; /* Before accent on ‘i’ or ‘j’ in Lithuanian */ - bool before_dot : 1; /* Before U+0307 */ - bool eow : 1; /* End of word */ + bool after_I : 1; + bool before_dot : 1; + bool final_sigma : 1; + bool more_above : 1; }; struct tcctx { -- cgit v1.2.3