any2utf8:howto

Any2UTF8 HowTo

Any2UTF8 is a simple tool to convert plain text file in any character encoding to UTF8.

The latest version is 1.1 (released on March 8th, 2024) is available on the official website: https://any2utf8.dipintra.it/

The app automatically detects the character encoding of the source file and converts it to UTF8.

It is also possibile to perform batch conversions of entire folders containing files in mixed encodings, the encoding of each file will be detected and converted to UTF8, if a file is already in UTF8 it will not be converted.

Files that are not plain text will be skipped (i.e. Word and PDF files will not be converted, but XML and HTML files will be).

NB: batch conversion is recursive, which means that all files in the subfolders will be converted too, and the folder structure of the source folder will be recreated.

A command-line version of the program is included in the zip file of the portable version (Java 8 or later is required), launch it using:

java -jar any2utf8-cli.jar --help
  • any2utf8/howto.txt
  • Last modified: 2024/03/11 11:35
  • by eros