From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: More i18n Date: Tue, 23 Jan 2007 11:49:13 +1100 Message-ID: <87wt3eva7q.fsf@zip.com.au> References: <877iwzokpz.fsf@chbouib.org> <87vekg2a7a.fsf@zip.com.au> <878xg2tzjz.fsf@chbouib.org> <87ps9er5ev.fsf@chbouib.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1169513413 13250 80.91.229.12 (23 Jan 2007 00:50:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 Jan 2007 00:50:13 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jan 23 01:50:06 2007 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H99rP-000085-A6 for guile-devel@m.gmane.org; Tue, 23 Jan 2007 01:50:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H99rP-0006vg-1J for guile-devel@m.gmane.org; Mon, 22 Jan 2007 19:50:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H99qo-0006Za-Tv for guile-devel@gnu.org; Mon, 22 Jan 2007 19:49:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H99qo-0006ZK-6S for guile-devel@gnu.org; Mon, 22 Jan 2007 19:49:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H99qo-0006ZH-2k for guile-devel@gnu.org; Mon, 22 Jan 2007 19:49:26 -0500 Original-Received: from [61.8.2.231] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H99qn-0005mX-GN for guile-devel@gnu.org; Mon, 22 Jan 2007 19:49:25 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout2.pacific.net.au (Postfix) with ESMTP id 176D36E222; Tue, 23 Jan 2007 11:49:21 +1100 (EST) Original-Received: from localhost (ppp2286.dyn.pacific.net.au [61.8.34.134]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id DD0CB8C17; Tue, 23 Jan 2007 11:49:22 +1100 (EST) Original-Received: from gg by localhost with local (Exim 4.63) (envelope-from ) id 1H99qb-000060-LG; Tue, 23 Jan 2007 11:49:13 +1100 Original-To: ludo@chbouib.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Mail-Copies-To: never In-Reply-To: <87ps9er5ev.fsf@chbouib.org> (Ludovic =?iso-8859-1?Q?Court=E8?= =?iso-8859-1?Q?s's?= message of "Tue, 16 Jan 2007 23:08:24 +0100") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) 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: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:6471 Archived-At: ludo@chbouib.org (Ludovic Court=E8s) writes: > > The idea is that eventually we could plug in `localeconv' support > transparently, i.e., the user-visible API would remain the same but it > would become capable of using `localeconv' when `nl-langinfo' is not > available (that would work only for monetary and numeric procedures, > though). Yep. And strftime might be able to cover the time bits - though perhaps no sensible system has localized strftime without other locale bits. (And like I say I think conditionals in C will be easier than scheme.) _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel