Comment on Show HN: Command Line Tool to Sort CSV and TSV Files by Multiple Headings in GoparentComments−johnweldonOP8yI wrote this tool because I don't want to explicitly know the original encoding, I just want _any_ encoding to be converted to UTF8. AFAIK, iconv requires the source encoding to be specified on the command line.
Comments
I wrote this tool because I don't want to explicitly know the original encoding, I just want _any_ encoding to be converted to UTF8. AFAIK, iconv requires the source encoding to be specified on the command line.