From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bruno Haible Newsgroups: gmane.lisp.guile.devel Subject: Re: i18n, gettext support Date: Wed, 8 Sep 2004 12:39:23 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <200409081239.23769.bruno@clisp.org> References: <200408202226.10769.bruno@clisp.org> <87pt4yp3jn.fsf@peder.flower> <87sm9tftng.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1094640223 29674 80.91.224.253 (8 Sep 2004 10:43:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Sep 2004 10:43:43 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Sep 08 12:43:34 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C4zvG-0002n0-00 for ; Wed, 08 Sep 2004 12:43:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C500W-0004cx-Pf for guile-devel@m.gmane.org; Wed, 08 Sep 2004 06:48:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C500O-0004cm-G9 for guile-devel@gnu.org; Wed, 08 Sep 2004 06:48:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C500M-0004cR-Sl for guile-devel@gnu.org; Wed, 08 Sep 2004 06:48:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C500M-0004cH-RB for guile-devel@gnu.org; Wed, 08 Sep 2004 06:48:46 -0400 Original-Received: from [81.80.162.195] (helo=ftp.ilog.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C4zuo-0006u0-It; Wed, 08 Sep 2004 06:43:02 -0400 Original-Received: from laposte.ilog.fr (cerbere-qe0 [81.80.162.193]) by ftp.ilog.fr (8.13.1/8.13.0) with ESMTP id i88AgxeB000061; Wed, 8 Sep 2004 12:43:00 +0200 (MET DST) Original-Received: from honolulu.ilog.fr ([172.16.15.122]) by laposte.ilog.fr (8.13.1/8.13.1) with ESMTP id i88AgsHi000530; Wed, 8 Sep 2004 12:42:54 +0200 (MET DST) Original-Received: from localhost (localhost [127.0.0.1]) by honolulu.ilog.fr (Postfix) with ESMTP id 2860B17707; Wed, 8 Sep 2004 10:39:25 +0000 (UTC) Original-To: Kevin Ryde , Jan Nieuwenhuizen User-Agent: KMail/1.5 In-Reply-To: <87sm9tftng.fsf@zip.com.au> Content-Disposition: inline X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:4098 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4098 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 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel