From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] fix locale string reading Date: Wed, 9 Nov 2011 11:11:38 +0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf307ca51e75ab3804b144a526 X-Trace: dough.gmane.org 1320808311 23986 80.91.229.12 (9 Nov 2011 03:11:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 9 Nov 2011 03:11:51 +0000 (UTC) To: guile-devel , Peter Brett Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Nov 09 04:11:44 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RNyZk-00080U-D1 for guile-devel@m.gmane.org; Wed, 09 Nov 2011 04:11:44 +0100 Original-Received: from localhost ([::1]:50519 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNyZj-0003wA-Lf for guile-devel@m.gmane.org; Tue, 08 Nov 2011 22:11:43 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:52606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNyZg-0003vl-8i for guile-devel@gnu.org; Tue, 08 Nov 2011 22:11:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNyZf-0000MF-FH for guile-devel@gnu.org; Tue, 08 Nov 2011 22:11:40 -0500 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:59832) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNyZf-0000Ly-6q for guile-devel@gnu.org; Tue, 08 Nov 2011 22:11:39 -0500 Original-Received: by vws16 with SMTP id 16so1285132vws.0 for ; Tue, 08 Nov 2011 19:11:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=0hkHGzbz0xpZ9SRbOG76CdA+KSQiC4UObDLOreiCyeI=; b=Umj5xuu4F0k3jAF+FsOeqnxVLt6lWIX3nD7U3r+SwiuiHDkgsH3DG4FW+KA3R7Ss86 0XAB3i1+HP4Qd869i7Yc2JVGwhSZMQ/X2P44WNlJEoe1qIC444DR4bBeotumBKPDVkVL pU5fKLvk0AK8/Dm1SVGPfxA5IvylpHRr+kiVY= Original-Received: by 10.52.34.177 with SMTP id a17mr930524vdj.103.1320808298687; Tue, 08 Nov 2011 19:11:38 -0800 (PST) Original-Received: by 10.52.111.5 with HTTP; Tue, 8 Nov 2011 19:11:38 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.212.41 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:12867 Archived-At: --20cf307ca51e75ab3804b144a526 Content-Type: text/plain; charset=UTF-8 Sorry, it's my fault. setlocale(LC_ALL,"") is not query. setlocale(LC_ALL,NULL) does. So it's a wrong patch. Thanks Petter. --20cf307ca51e75ab3804b144a526 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Sorry, it's my fault.=C2=A0
setlocale(LC_ALL,"") is not q= uery.=C2=A0
setlocale(LC_ALL,NULL) does.
So it's a = wrong patch. Thanks Petter.

--20cf307ca51e75ab3804b144a526--