I am trying to point iconv to a directory and all files will be converted UTF-8 regardless of the current encoding
I am using this script but you have to specify wha
Check out tools available for a data convertation in a linux cli: https://www.debian.org/doc/manuals/debian-reference/ch11.en.html
Also, there is a quest to find out a full list of encodings which are available in iconv
. Just run iconv --list
and find out that encoding names differs from names returned by uchardet
tool (for example: x-mac-cyrillic in uchardet
vs. mac-cyrillic in iconv
)