utf8

Macro utf8 

Source
macro_rules! utf8 {
    ( MIN ) => { ... };
    ( LOW_MAX ) => { ... };
    ( GAP_MIN ) => { ... };
    ( GAP_MAX ) => { ... };
    ( HIGH_MIN ) => { ... };
    ( MAX ) => { ... };
    ( $a:literal ) => { ... };
}
Expand description

Replaces a few identifiers by their codepoint value, and casts character / integer literals to u32.