This commit is contained in:
Malin Freeborn
2020-01-05 13:33:53 +01:00
parent a7bd1c2233
commit 1e89f9776d
12 changed files with 48 additions and 96 deletions

View File

@@ -0,0 +1,18 @@
Convert a text file from one encoding type to another with:
> iconv -f ascii -t utf8 oldfilename > newfilename
Available options are:
* ISO-8859-15
* UTF-8
* ASCII
* Lots more
Generate a full list of encoding types available with:
> iconv -l