Download List

Project Description

po2c is a Perl script that takes several gettext
(.po) language translation files from its command
line arguments and dumps a C source code file
containing all those messages and the necessary
functions to use them without any other
dependency. This is useful when you want to deploy
.po translated strings to systems where no easy
gettext support exist (for example, Win32), or
when a unique, self-contained binary without
external file dependencies is convenient (for
example, embedded or small systems).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-12-02 21:24
1.0.2

Message strings are stored internally sorted, resulting in much faster translation searches.
Tags: Major feature enhancements

2004-10-16 08:27
1.0.1

An error that built generated code with occassional syntax errors was fixed.
Tags: Major bugfixes

2004-10-15 22:59
1.0.0

Tags: Initial freshmeat announcement

Project Resources