Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save arekgotfryd/3164bc593710998989a8dc1d12ddc1b0 to your computer and use it in GitHub Desktop.
Save arekgotfryd/3164bc593710998989a8dc1d12ddc1b0 to your computer and use it in GitHub Desktop.
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