Nota
The `8859_1` encoding is used as it accepts any single-byte sequence, thus it allows to read/write arbitrary files. Other encoding combinations may corrupt the result.
./iconv --examples
Funciones y ejemplos de uso
file-read
iconv -f 8859_1 -t 8859_1 /path/to/input-file
file-write
echo DATA | iconv -f 8859_1 -t 8859_1 -o /path/to/output-file
./related --binary=iconv
Binarios relacionados
Comparten al menos una función con iconv.