From 5758d012c11b2dc73fd86e44cc41774c2239ca9b Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 20 Apr 2024 01:44:38 +0200 Subject: Add uprop_get_nfkc_scf() --- include/unicode/prop.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/unicode/prop.h b/include/unicode/prop.h index b035315..10fd425 100644 --- a/include/unicode/prop.h +++ b/include/unicode/prop.h @@ -1080,6 +1080,7 @@ enum uprop_vo { [[_mlib_pure]] rune uprop_get_suc(rune); [[_mlib_pure]] struct rview uprop_get_cf(rune, bool); [[_mlib_pure]] struct rview uprop_get_lc(rune, struct lcctx); +[[_mlib_pure]] struct rview uprop_get_nfkc_scf(rune); [[_mlib_pure]] struct rview uprop_get_tc(rune, struct tcctx); [[_mlib_pure]] struct rview uprop_get_uc(rune, struct ucctx); [[_mlib_pure]] struct u8view uprop_get_na1(rune); -- cgit v1.2.3