gettext 0.22.5a and iconv 1.17 - Binaries for Windows
gettext version | libiconv version | Operating system | Flavor | Download |
---|---|---|---|---|
0.22.5a | 1.17 | 32 bit | shared1 | |
0.22.5a | 1.17 | 32 bit | static2 | |
0.22.5a | 1.17 | 64 bit | shared1 | |
0.22.5a | 1.17 | 64 bit | static2 |
1: shared
means that the programs make use of DLL. The setup size is small, but all the executables needs to stay together with the shipped DLL libraries.
2: static
means that the programs do not use DLL. The setup size is much bigger, but all the executables may be moved around as you like, no DLL-dependencies.
Download statistics
Date | Version | Shared | Static | Total | Downloads/day | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
32 bits | 64 bits | 32 bits | 64 bits | |||||||||
gettext | iconv | exe | zip | exe | zip | exe | zip | exe | zip | |||
{{ formatDate(group.createdOn) }} | {{ group.vGettext }} | {{ group.vIconv }} | {{ formatInt(group.shared32exe) }} | {{ formatInt(group.shared32zip) }} | {{ formatInt(group.shared64exe) }} | {{ formatInt(group.shared64zip) }} | {{ formatInt(group.static32exe) }} | {{ formatInt(group.static32zip) }} | {{ formatInt(group.static64exe) }} | {{ formatInt(group.static64zip) }} | {{ formatInt(group.total) }} | {{ formatFloat(getGroupdDownloadsPerDay(group)) }} |
Total | {{ formatInt(stats.totals.shared32exe) }} | {{ formatInt(stats.totals.shared32zip) }} | {{ formatInt(stats.totals.shared64exe) }} | {{ formatInt(stats.totals.shared64zip) }} | {{ formatInt(stats.totals.static32exe) }} | {{ formatInt(stats.totals.static32zip) }} | {{ formatInt(stats.totals.static64exe) }} | {{ formatInt(stats.totals.static64zip) }} | {{ formatInt(stats.totals.total) }} |
Code Signing Policy
Starting with gettext v0.22.5 / iconv v1.17, the built DLLs and executables are signed.
Free code signing is provided by SignPath.io, certificate by SignPath Foundation.
The source code of gettext and iconv is created and maintained by the Free Software Foundation.
This gettext-iconv-windows project only compiles gettext and iconv for Windows, and is maintained by Michele Locati.
Do you want to see what’s behind the scenes? See the source code!
Questions? Start a discussion.
Problems? File an issue.