diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-15 17:44:34 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-15 17:44:34 +0200 |
commit | e5c9e06b80bac4f1114e41f43110463c367ab627 (patch) | |
tree | 02be9bfcdc390ca29aa481dd341e4f2f7f7efd1b /include/unicode | |
parent | a5acb3fe6d165fd2731e13da1ee1bb098e5f3c8e (diff) |
Add uprop_get_scf()
Diffstat (limited to 'include/unicode')
-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 d2db777..f1ca36a 100644 --- a/include/unicode/prop.h +++ b/include/unicode/prop.h @@ -740,6 +740,7 @@ enum uprop_sc { [[__mlib_uprop_attrs]] enum uprop_nt uprop_get_nt(rune); [[__mlib_uprop_attrs]] enum uprop_sc uprop_get_sc(rune); [[__mlib_uprop_attrs]] rune uprop_get_bpb(rune); +[[__mlib_uprop_attrs]] rune uprop_get_scf(rune, bool); [[__mlib_uprop_attrs]] rune uprop_get_slc(rune); [[__mlib_uprop_attrs]] rune uprop_get_stc(rune); [[__mlib_uprop_attrs]] rune uprop_get_suc(rune); |