Created
July 24, 2020 12:41
-
-
Save arekgotfryd/3164bc593710998989a8dc1d12ddc1b0 to your computer and use it in GitHub Desktop.
This file contains 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
if command | |
`file "wykaz_stacji.csv"` | |
returns `wykaz_stacji.csv: Non-ISO extended-ASCII text, with CRLF line terminators` | |
try one of below commands | |
`recode CP1250..utf8 <x.txt >x.utf8.txt` | |
`iconv -f CP1250 -t UTF-8 <x.txt >x.utf8.txt` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment