hasUppercaseExpansion

public func hasUppercaseExpansion(Char) -> Bool

true iff uppercasing c produces more than one codepoint. Linear scan over UPPER_EXPANSIONS (~100 entries); fine for per-character calls in normal text but quadratic if applied to a large codepoint set.

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