fn ascii_check(
    c: char,
    characters_should_be_ascii: bool
) -> Result<char, EscapeError>