You can use βiconvβ to convert file encoding
iconv -f old-encoding -t new-encoding file.txt > newfile.txt
To check all kind of encodings:
iconv -l | grep UTF
Rodolfo
<< All Posts
You can use βiconvβ to convert file encoding
iconv -f old-encoding -t new-encoding file.txt > newfile.txt
To check all kind of encodings:
iconv -l | grep UTF
Rodolfo