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.
- Host: GitHub
- URL: https://github.com/gladir/iconv
- Owner: gladir
- License: mit
- Created: 2024-02-28T18:50:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T19:02:47.000Z (over 2 years ago)
- Last Synced: 2025-02-24T08:36:36.981Z (over 1 year ago)
- Topics: free-pascal, iconv, turbo-pascal, turbopascal
- Language: Pascal
- Homepage:
- Size: 42 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.