converting utf8 file to ascii

iconv --from-code UTF-8 --to-code US-ASCII -c inputfile > outputfile

Comments

Popular posts from this blog

Pyppeteer fix for BrowserError: Browser closed unexpectedly

overlay filesystem and containers

How to add pagination to django comments for your model