Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 262 Bytes

File metadata and controls

9 lines (6 loc) · 262 Bytes

asciify

Convert non-ASCII characters to ASCII

Options

  • --charmap: input decoding character map. Default is none (UTF-8).
    • none: treat input as UTF-8 (no decoding)
    • auto: detect input encoding via chardet