Parse a `input` code from `base` code to a UTF-8 char. The `max_digits` limits how many digits the `input` code can have.
(
input: &mut Peekable<Chars>, base: u32, max_digits: u32, bits_per_digit: u32,
)
source not stored for this graph (policy: none)