diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-05-14 17:48:03 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-05-14 17:48:03 +0200 |
commit | 334ce7347e9217463ac13edaf8e1480cf08c9fcd (patch) | |
tree | c02c1460b40ca6e0303f6e6cef2d8ab697e80e60 /include | |
parent | 702ca783218c22e223a64d20baf81de79a489df8 (diff) |
Add uprop_get_dm()
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 322040b..0fbd479 100644 --- a/include/unicode/prop.h +++ b/include/unicode/prop.h @@ -1152,6 +1152,7 @@ enum uprop_wb : uint_least8_t { [[_mlib_pure]] rune uprop_get_stc(rune); [[_mlib_pure]] rune uprop_get_suc(rune); [[_mlib_pure]] struct rview uprop_get_cf(rune, bool); +[[_mlib_pure]] struct rview uprop_get_dm(rune); [[_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); |