iconv - converting text file from Windows-1250 to UTF-8 encoding

Published on Author admin

Converting text file from Windows-1250 to UTF-8 encoding:

iconv -f WINDOWS-1250 -t UTF-8 file_windows.txt > file_utf8.txt