tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: buildlink3.mk for devel/gettext-tools?



On Thu, Nov 12, 2009 at 12:56:21PM -0600, Eric Schnoebelen wrote:
> Ok, I'm working with the developers, and we're trying to find
> another, supported interface that will allow the application to
> support multiple-concurrent (within a single process) language
> locales.

Sadly, there is no such interface in a portable manner.

catgets should work that way, but POSIX is silent on thread-safety and
whether it survives setlocale() calls. At least the BSD implementation
satifies both, I don't know about other implementations.

Joerg


Home | Main Index | Thread Index | Old Index