pub const CASE_FOLDING_SIMPLE: &[(u32, u32)];
Simple case folding table: maps uppercase to lowercase. Each entry is (from_codepoint, to_codepoint).