{"id":19877451,"url":"https://github.com/mla/iconv-chunks","last_synced_at":"2025-05-02T12:30:49.155Z","repository":{"id":31399768,"uuid":"34962980","full_name":"mla/iconv-chunks","owner":"mla","description":"Process huge files with iconv","archived":false,"fork":false,"pushed_at":"2015-05-02T21:18:15.000Z","size":132,"stargazers_count":13,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T01:24:32.281Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl","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/mla.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-02T20:53:20.000Z","updated_at":"2024-01-21T05:10:09.000Z","dependencies_parsed_at":"2022-08-24T12:20:43.851Z","dependency_job_id":null,"html_url":"https://github.com/mla/iconv-chunks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mla%2Ficonv-chunks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mla%2Ficonv-chunks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mla%2Ficonv-chunks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mla%2Ficonv-chunks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mla","download_url":"https://codeload.github.com/mla/iconv-chunks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252038097,"owners_count":21684624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-12T16:37:29.787Z","updated_at":"2025-05-02T12:30:48.883Z","avatar_url":"https://github.com/mla.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"NAME\n====\niconv-chunks - Process huge files with iconv\n\nSYNOPSIS\n========\niconv-chunks \u003cfilename\u003e [iconv-options]\n\nDESCRIPTION\n===========\nThe standard iconv program reads the entire input file into memory,\nwhich doesn't work for large files (such as database exports).\n\nThis script is just a wrapper that processes the input file in\nmanageable chunks and writes it to standard output.\n\nThe first argument is the input filename (use - to specify standard\ninput). Anything else is passed through to iconv.\n\nThe real iconv needs to be somewhere in your PATH.\n\nEXAMPLES\n========\n\n    # Convert latin1 to utf-8:\n    ./iconv-chunks database.txt -f latin1 -t utf-8 \u003e out.txt\n\n    # Input filename of - means standard input:\n    ./iconv-chunks - -f iso8859-1 -t utf8 \u003c database.txt \u003e out.txt\n\n    # More complex example, using compressed input/output to minimize disk use:\n    zcat database.txt.gz | ./iconv-chunks - -f iso8859-1 -t utf8 | \\\n    gzip - \u003e database-utf.dump.gz\n\nAUTHOR\n======\nMaurice Aubrey \u003cmaurice.aubrey+iconv@gmail.com\u003e\n\nLICENSE\n=======\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmla%2Ficonv-chunks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmla%2Ficonv-chunks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmla%2Ficonv-chunks/lists"}