pub const fn changes_when_casefolded() -> CodePointSetDataBorrowed<'static>Expand description
Characters whose normalized forms are not stable under case folding
โจ Enabled with the compiled_data Cargo feature.
๐ Help choosing a constructor
ยงExample
use icu::properties::sets;
let changes_when_casefolded = sets::changes_when_casefolded();
assert!(changes_when_casefolded.contains('ร'));  // U+00DF LATIN SMALL LETTER SHARP S
assert!(!changes_when_casefolded.contains('แ'));  // U+1709 TAGALOG LETTER PA