From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Linas Vepstas Newsgroups: gmane.lisp.guile.devel,gmane.lisp.guile.bugs Subject: Re: UTF-8 regression in guile 1.9.5 Date: Sun, 6 Dec 2009 14:43:46 -0600 Message-ID: <3ae3aa420912061243nfb7f54cv1fd14950849b67fe@mail.gmail.com> References: <3ae3aa420912061043y12a33f27ia3d2c298812ee358@mail.gmail.com> <437145.81403.qm@web37905.mail.mud.yahoo.com> <3ae3aa420912061133r3d2fb5b4w2b3ea31f3d05e701@mail.gmail.com> <600066.28581.qm@web37908.mail.mud.yahoo.com> Reply-To: linasvepstas@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1260132245 6022 80.91.229.12 (6 Dec 2009 20:44:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Dec 2009 20:44:05 +0000 (UTC) Cc: bug-guile@gnu.org, Guile Development To: Mike Gran Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Dec 06 21:43:58 2009 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 1NHNxV-0004NA-OS for guile-devel@m.gmane.org; Sun, 06 Dec 2009 21:43:58 +0100 Original-Received: from localhost ([127.0.0.1]:53389 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHNxV-0000No-Gk for guile-devel@m.gmane.org; Sun, 06 Dec 2009 15:43:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHNxS-0000NV-JE for guile-devel@gnu.org; Sun, 06 Dec 2009 15:43:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHNxO-0000Mj-JN for guile-devel@gnu.org; Sun, 06 Dec 2009 15:43:54 -0500 Original-Received: from [199.232.76.173] (port=58594 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHNxO-0000Mf-Ez; Sun, 06 Dec 2009 15:43:50 -0500 Original-Received: from mail-yx0-f191.google.com ([209.85.210.191]:51599) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHNxO-0008SA-4h; Sun, 06 Dec 2009 15:43:50 -0500 Original-Received: by yxe29 with SMTP id 29so10653662yxe.14 for ; Sun, 06 Dec 2009 12:43:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=5vcTvtMbqRHijK4mc+NN+/xRHA5Je9Xe9SFD4JHkqNM=; b=OziMtrHMwZqc772ofkx0Y1kt33+3rLyg3yNGCeNwFuZDaYBmMOMUbzp6D0bY65va7O 4d2f9lqFyb8vxEUDyE35WoK1Vz7PYSDxcMzPD20m5y4vdTRoERtzESV9Rs00ddRf24dO lCezvN2YT6X9Uka5/XpA60EtbHHUgYxgn0Xao= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=AP1y2FzL6xtUnu6w3LcEZ1Zz1uNwaImuT4VaMCuanO7o5aI2Rk/3NuiDDRMJiZCgxy ehKnz4N47QBHvnneGsUSc1hsiex/4bp3Pjx9+UiyZkW3ahHCgX8WkJDDwoW09gTAg0C/ M6A1g55yv3EBhQiw8cssV2VdYF2pXK4B45ySs= Original-Received: by 10.101.200.37 with SMTP id c37mr5165527anq.10.1260132226551; Sun, 06 Dec 2009 12:43:46 -0800 (PST) In-Reply-To: <600066.28581.qm@web37908.mail.mud.yahoo.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:9740 gmane.lisp.guile.bugs:4382 Archived-At: 2009/12/6 Mike Gran : > >> > need to call (setlocale LC_ALL "") > > But for Guile to store characters as codepoints, declaring a locale > pretty much a requirement now. Would it make sense to add (setlocale LC_ALL "") to some default, e.g. boot-9.scm ? --linas