2022-05-12    Share on: Twitter | Facebook | HackerNews | Reddit

Change the Character Encoding

convert file iconv.src from iso-8859-1 to utf-8 and save to /tmp/iconv.out

iconv -f iso-8859-1 -t utf-8 iconv.src -o /tmp/iconv.out