{"id":19341124,"url":"https://github.com/gladir/iconv","last_synced_at":"2026-03-19T09:22:12.283Z","repository":{"id":224998149,"uuid":"764810513","full_name":"gladir/ICONV","owner":"gladir","description":"Cette commande, écrit en Pascal (Turbo Pascal ou Free Pascal), permet de convertir un fichier d'un format à un autre.","archived":false,"fork":false,"pushed_at":"2024-02-28T19:02:47.000Z","size":43,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T08:36:36.981Z","etag":null,"topics":["free-pascal","iconv","turbo-pascal","turbopascal"],"latest_commit_sha":null,"homepage":"","language":"Pascal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gladir.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-28T18:50:24.000Z","updated_at":"2024-11-24T16:42:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"36568ffd-1327-48fa-9fb7-3d5a30592be1","html_url":"https://github.com/gladir/ICONV","commit_stats":null,"previous_names":["gladir/iconv"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gladir/ICONV","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FICONV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FICONV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FICONV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FICONV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gladir","download_url":"https://codeload.github.com/gladir/ICONV/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FICONV/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29942888,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:49:17.081Z","status":"ssl_error","status_checked_at":"2026-02-28T13:48:50.396Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["free-pascal","iconv","turbo-pascal","turbopascal"],"created_at":"2024-11-10T03:29:24.331Z","updated_at":"2026-02-28T16:33:01.153Z","avatar_url":"https://github.com/gladir.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ICONV\nCette commande, écrit en Pascal (Turbo Pascal ou Free Pascal), permet de convertir un fichier d'un format à un autre.\n\n\u003ch3\u003eSyntaxe\u003c/h3\u003e\n\nICONV [-f format] source [-o target] [-t format]\n\n\u003ch3\u003eParamètres\u003c/h3\u003e\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003cth\u003eNom\u003c/th\u003e\n    \u003cth\u003eDescription\u003c/th\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ci\u003esource\u003c/i\u003e\u003c/td\u003e \n    \u003ctd\u003eCe paramètre permet d'indiquer le nom du fichier source.\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cb\u003e-f\u003c/b\u003e \u003ci\u003eformat\u003c/i\u003e\u003c/td\u003e \n    \u003ctd\u003eCe paramètre permet d'indiquer le format source.\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cb\u003e-l\u003c/b\u003e\u003c/td\u003e\n    \u003ctd\u003eCe paramètre permet d'afficher la liste des formats.\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cb\u003e-o\u003c/b\u003e \u003ci\u003etarget\u003c/i\u003e\u003c/td\u003e\n    \u003ctd\u003eCe paramètre permet d'indiquer le nom du fichier destinatire.\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cb\u003e-t\u003c/b\u003e \u003ci\u003eformat\u003c/i\u003e\u003c/td\u003e\n    \u003ctd\u003eCe paramètre permet d'indiquer le format destinaire.\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cb\u003e--list\u003c/b\u003e\u003c/td\u003e \n    \u003ctd\u003eCe paramètre permet d'afficher la liste des formats.\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgladir%2Ficonv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgladir%2Ficonv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgladir%2Ficonv/lists"}