CASE_FOLDING_SIMPLE

Constant CASE_FOLDING_SIMPLE 

Source
pub const CASE_FOLDING_SIMPLE: &[(u32, u32)];
Expand description

Simple case folding table: maps uppercase to lowercase. Each entry is (from_codepoint, to_codepoint).