Here’s how to change a file’s encoding from windows-1250 to utf-8:
1
iconv -f windows-1250 -t utf-8 some_file.txt
Developer from somewhere
Here’s how to change a file’s encoding from windows-1250 to utf-8:
1
iconv -f windows-1250 -t utf-8 some_file.txt