hasCaseFoldExpansion

public func hasCaseFoldExpansion(Char) -> Bool

true iff folding c produces more than one codepoint. Linear scan over FOLD_EXPANSIONS (~100 entries) — fine per-character but quadratic if applied across a large set.

Defined in lang/std/text/unicode/case_folding.ks