An open API service indexing awesome lists of open source software.

https://github.com/gladir/iconv

Cette commande, écrit en Pascal (Turbo Pascal ou Free Pascal), permet de convertir un fichier d'un format à un autre.
https://github.com/gladir/iconv

free-pascal iconv turbo-pascal turbopascal

Last synced: 3 months ago
JSON representation

Cette commande, écrit en Pascal (Turbo Pascal ou Free Pascal), permet de convertir un fichier d'un format à un autre.

Awesome Lists containing this project

README

          

# ICONV
Cette commande, écrit en Pascal (Turbo Pascal ou Free Pascal), permet de convertir un fichier d'un format à un autre.

Syntaxe

ICONV [-f format] source [-o target] [-t format]

Paramètres


Nom
Description


source
Ce paramètre permet d'indiquer le nom du fichier source.


-f format
Ce paramètre permet d'indiquer le format source.


-l
Ce paramètre permet d'afficher la liste des formats.


-o target
Ce paramètre permet d'indiquer le nom du fichier destinatire.


-t format
Ce paramètre permet d'indiquer le format destinaire.


--list
Ce paramètre permet d'afficher la liste des formats.