Comment on Show HN: Command Line Tool to Sort CSV and TSV Files by Multiple Headings in GoparentComments−donatj8yIs there an advantage to to8 over iconv?I've used iconv for years and it's never let me down.−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
Is there an advantage to to8 over iconv?
I've used iconv for years and it's never let me down.
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.