Created
December 4, 2014 10:54
-
-
Save mdurys/0b0c67a26525ad127fad to your computer and use it in GitHub Desktop.
Convert text file from UTF8 LF to CP1250 CRLF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| iconv -f utf8 -t cp1250 file.txt | sed 's/$'"/`echo \\\r`/" >file_cp1250_crlf.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment