type Range = &'static [(char, char)];
An inclusive range of codepoints from a generated file (hence the static lifetime).