lk/system/character-encoding.md
Malin Freeborn ba8026e0c3
change formatting
input examples are now given as

```bash
input $ARG1
```

While outputs use md's '> ' sign as a quote.
2023-06-17 21:28:20 +02:00

343 B

title tags
character-encoding
Documentation
System

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