pub const fn diacritic() -> CodePointSetDataBorrowed<'static>
Expand description
Characters that linguistically modify the meaning of another character to which they apply
โจ Enabled with the compiled_data
Cargo feature.
๐ Help choosing a constructor
ยงExample
use icu::properties::sets;
let diacritic = sets::diacritic();
assert!(diacritic.contains('\u{05B3}')); // HEBREW POINT HATAF QAMATS
assert!(!diacritic.contains('ื')); // U+05D0 HEBREW LETTER ALEF