Download List

Project Description

libintl-perl is a library that supports message translation for Perl, written in pure Perl (version 5.004 or better). A faster C version is also built and installed if the system fulfills all requirements. Its interface is a superset of the gettext family of functions in C, and it uses the same file formats as GNU gettext, making it possible to use all tools available for gettext itself and to seamlessly integrate internationalized Perl code into mixed-language projects.

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.

2009-05-26 23:24
1.17

This version features new context support, support for .po files with msgctxt, and appropriate supporting calls (*pgettext calls) under both gettext_pp and gettext_xs. TextDomain.pm received corresponding calls: __p __px __np __npx __xnp. A new alpha Locale::Util module was provided with some utility functions, especially for Web development. Code has been added to try to warn about incorrect usage of the tied hashes in Locale::TextDomain. All open bugs have been resolved.

2005-09-28 13:34
1.16

This version allows output filtering for translations. You can nor for example register a function that sets the utf-8 flag on translation. Additionally, a new function turn_utf_8_on() can be used to portably set the utf-8 flag on arbitrary strings, regardless of the underlying Perl version.
Tags: Minor feature enhancements

2005-09-01 15:31
1.15

This release features workarounds and bugfixes for
misconfigured Solaris systems. The completely
broken example has also been fixed. A section
about non-ASCII msgids has been added to the POD
of Locale::Messages.
Tags: Major bugfixes

2005-08-12 20:26
1.14

Fixes a fatal typo that may have prevented the XS version from being built.

2005-08-11 10:05
1.12

This release fixed a problem where parts of the test suite failed on systems with a limited set of installed locales. A bug that sometimes prevented the switching of languages at run-time was fixed.
Tags: Major bugfixes

Project Resources