kesto.de Cheatsheets

iconv

Convert Latin-1 encoding to UTF-8

iconv --from-code=ISO-8859-1 --to-code=UTF-8 input.txt > output.txt