diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-21 11:44:29 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-21 11:44:29 +0200 |
commit | fa5e50f0cf7d42a61fbe513eae28cba97a01f18c (patch) | |
tree | 9ad971c92368105d1491a2ce347a4a40ad1c0002 /include | |
parent | 5758d012c11b2dc73fd86e44cc41774c2239ca9b (diff) |
Add uprop_get_nfkc_cf()
Diffstat (limited to 'include')
-rw-r--r-- | include/unicode/prop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unicode/prop.h b/include/unicode/prop.h index 10fd425..1cb6b83 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_cf(rune); [[_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); |