iconv any encoding to UTF-8

后端 未结 7 1488
天涯浪人
天涯浪人 2020-12-15 04:53

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

相关标签:
7条回答
  • 2020-12-15 05:52

    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)

    0 讨论(0)
提交回复
热议问题