guile-devel
[Top][All Lists]
Advanced

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

Re: i18n, gettext support


From: Bruno Haible
Subject: Re: i18n, gettext support
Date: Wed, 8 Sep 2004 12:39:23 +0200
User-agent: KMail/1.5

Kevin Ryde wrote:
> scm_setlocale (in posix.c) could use it too.

setlocale(), however, must accept LC_ALL, which is forbidden in dcgettext()
and dcngettext(). Therefore either the test for LC_ALL should be moved to
s_scm_setlocale, or the function scm_to_lc_category should take a bool
argument telling whether to consider LC_ALL as valid.

Bruno





reply via email to

[Prev in Thread] Current Thread [Next in Thread]