let to_ascii ?(offset=`offset33) t = let offset = int_of_offset offset in let x = t + offset in if offset <= x && x <= 126 then Some (Char.of_int_exn x) else None