{"id":17118558,"url":"https://github.com/mlocati/gettext-iconv-windows","last_synced_at":"2026-02-08T23:23:23.513Z","repository":{"id":147661783,"uuid":"12751919","full_name":"mlocati/gettext-iconv-windows","owner":"mlocati","description":"gettext and iconv binaries for Windows","archived":false,"fork":false,"pushed_at":"2026-01-13T10:34:09.000Z","size":442,"stargazers_count":161,"open_issues_count":3,"forks_count":18,"subscribers_count":13,"default_branch":"main","last_synced_at":"2026-01-13T11:55:13.232Z","etag":null,"topics":["gettext","iconv","win32","windows"],"latest_commit_sha":null,"homepage":"http://mlocati.github.io/articles/gettext-iconv-windows.html","language":"PowerShell","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/mlocati.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"mlocati","custom":"https://paypal.me/mlocati"}},"created_at":"2013-09-11T08:56:21.000Z","updated_at":"2026-01-09T23:40:19.000Z","dependencies_parsed_at":"2026-01-20T00:01:18.782Z","dependency_job_id":null,"html_url":"https://github.com/mlocati/gettext-iconv-windows","commit_stats":{"total_commits":208,"total_committers":4,"mean_commits":52.0,"dds":"0.014423076923076872","last_synced_commit":"49e9186edf03228ad482a7cce17b12f8dcdba539"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/mlocati/gettext-iconv-windows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlocati%2Fgettext-iconv-windows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlocati%2Fgettext-iconv-windows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlocati%2Fgettext-iconv-windows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlocati%2Fgettext-iconv-windows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlocati","download_url":"https://codeload.github.com/mlocati/gettext-iconv-windows/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlocati%2Fgettext-iconv-windows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28590676,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T23:59:00.777Z","status":"ssl_error","status_checked_at":"2026-01-19T23:58:54.030Z","response_time":67,"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":["gettext","iconv","win32","windows"],"created_at":"2024-10-14T17:54:54.930Z","updated_at":"2026-02-08T23:23:23.505Z","avatar_url":"https://github.com/mlocati.png","language":"PowerShell","funding_links":["https://github.com/sponsors/mlocati","https://paypal.me/mlocati"],"categories":["PowerShell"],"sub_categories":[],"readme":"[![Build](https://github.com/mlocati/gettext-iconv-windows/actions/workflows/build.yml/badge.svg)](https://github.com/mlocati/gettext-iconv-windows/actions/workflows/build.yml)\n[![GitHub Releases](https://img.shields.io/github/downloads/mlocati/gettext-iconv-windows/total.svg?style=flat-square)](https://github.com/mlocati/gettext-iconv-windows/releases)\n\n# iconv and gettext binaries and development files for Windows\n\nThe tools are built by the [`build` GitHub Action](https://github.com/mlocati/gettext-iconv-windows/actions/workflows/build.yml).\n\nIn addition to the Windows executables (msginit, xgettext, msgfmt, ...), this project also provides development files for MinGW/gcc and Microsoft Visual C (`.h`, `.a`, `.dll.a`, `.lib`, `.dll.lib` files).\n\nFor example, you have ready-to-use static libraries `libasprintf.a`, `libcharset.a`, `libgettextpo.a`, `libiconv.a`, `libintl.a`, `libtextstyle.a` (for MinGW-w64/gcc) and `asprintf.lib`, `charset.lib`, `gettextpo.lib`, `iconv.lib`, `intl.lib`, `textstyle.lib` (for MSVC) 2-bit and 64-bit systems.\n\nYou can download them from [the releases page](https://github.com/mlocati/gettext-iconv-windows/releases) or from the [project homepage](https://mlocati.github.io/articles/gettext-iconv-windows.html).\n\nPlease refer to the official manuals documentation: [here for iconv](https://www.gnu.org/software/libiconv/) and [here for gettext](https://www.gnu.org/software/gettext/).\n\n\n## Code Signing Policy\n\nStarting with gettext v0.22.5 / iconv v1.17, the built DLLs and executables are signed.\n\nFree code signing is provided by [SignPath.io](https://about.signpath.io/), certificate by [SignPath Foundation](https://signpath.org/).\n\nThe source code of gettext and iconv is developed and maintained by the [Free Software Foundation](https://www.fsf.org/).\n\nThis gettext-iconv-windows project only compiles gettext and iconv for Windows, and is maintained by [Michele Locati](https://mlocati.github.io).\n\n## Privacy policy\n\nThe gettext and iconv tools do not collect personal data: they are used solely for local work.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlocati%2Fgettext-iconv-windows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlocati%2Fgettext-iconv-windows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlocati%2Fgettext-iconv-windows/lists"}