Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 114 Bytes

bash-change-encoding.md

File metadata and controls

5 lines (3 loc) · 114 Bytes

Change text file's encoding

From utf-8 to iso-8859-1:

iconv -f utf-8 -t iso-8859-1 orig.txt > new.txt