From bbbeab43e067a7f009b74df72ed9b083f3ecef58 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 15 Apr 2024 20:57:48 +0200 Subject: Add uprop_get_bmg() --- 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 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); -- cgit v1.2.3