Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| any2utf8:start [2024/03/06 12:35] – eros | any2utf8:start [2024/03/07 11:41] (current) – eros | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Any2UTF8 ====== | + | Placeholder: this page redirects |
| - | + | ||
| - | Any2UTF8 is a simple tool to convert plain text file in any character encoding to UTF8. | + | |
| - | + | ||
| - | The program 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. | + | |
| - | + | ||
| - | ===== Download ===== | + | |
| - | + | ||
| - | Latest version is 1.0, released on March 6th, 2024. | + | |
| - | + | ||
| - | === Windows === | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | === MacOS === | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | === Portable version (any platform) === | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | ===== Running the Application ===== | + | |
| - | + | ||
| - | **NB: to run this program you need Java 8 or later ([[https://www.java.com/ | + | |
| - | + | ||
| - | === Portable Version === | + | |
| - | + | ||
| - | * unzip the zip file you downloaded | + | |
| - | * double click on any2utf8.jar | + | |
| - | + | ||
| - | === Command-line version (advanced users) === | + | |
| - | + | ||
| - | A command-line version of the program is included in the zip file, launch it using: | + | |
| - | + | ||
| - | <code bash> | + | |
| - | java -jar any2utf8-cli.jar --help | + | |
| - | </ | + | |
| - | + | ||
| - | ===== License ===== | + | |
| - | + | ||
| - | This program is free software: you can redistribute | + | |
| - | + | ||
| - | This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | + | |
| - | + | ||
| - | You should have received a copy of the GNU General Public License along with this program. | + | |
| - | + | ||
| - | Thanks to [[https:// | + | |