decode_papu

Function decode_papu 

Source
pub const fn decode_papu(c: char) -> Option<u8>
Expand description

Decode function for printable-ascii-preserving Unicode. All values are mapped as the inverse of encode_papu. All other input chars map to None.