diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-15 20:57:48 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-15 20:57:48 +0200 |
commit | bbbeab43e067a7f009b74df72ed9b083f3ecef58 (patch) | |
tree | 05c99e55fb77e559dfa675862b033efd3038d68a /include | |
parent | 1cb3a4df9ae337af30a3f798df54e369d4edd495 (diff) |
Add uprop_get_bmg()
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 f63c67b..c22fb33 100644 --- a/include/unicode/prop.h +++ b/include/unicode/prop.h @@ -766,6 +766,7 @@ enum uprop_sc { [[__mlib_uprop_attrs]] enum uprop_lb uprop_get_lb(rune); [[__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_bmg(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); |