From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: string port encodings Date: Wed, 07 Aug 2013 01:37:13 -0400 Message-ID: <8738qmukmu.fsf@tines.lan> References: <87wqvems2s.fsf@pobox.com> <87hamhf7yl.fsf@gnu.org> <877gndgj5t.fsf@pobox.com> <87wqvdc9lg.fsf@gnu.org> <87txqhdmdj.fsf@pobox.com> <87mwvpvciv.fsf@pobox.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1375853867 17860 80.91.229.3 (7 Aug 2013 05:37:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 Aug 2013 05:37:47 +0000 (UTC) Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , guile-devel@gnu.org To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Aug 07 07:37:45 2013 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V6wRM-0004yn-On for guile-devel@m.gmane.org; Wed, 07 Aug 2013 07:37:44 +0200 Original-Received: from localhost ([::1]:52470 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6wRM-0008NA-1A for guile-devel@m.gmane.org; Wed, 07 Aug 2013 01:37:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6wRC-0008My-MF for guile-devel@gnu.org; Wed, 07 Aug 2013 01:37:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6wR7-0005p3-02 for guile-devel@gnu.org; Wed, 07 Aug 2013 01:37:34 -0400 Original-Received: from world.peace.net ([96.39.62.75]:49658) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6wR6-0005ow-Se; Wed, 07 Aug 2013 01:37:28 -0400 Original-Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=tines.lan) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1V6wR0-0004Zz-8v; Wed, 07 Aug 2013 01:37:22 -0400 In-Reply-To: <87mwvpvciv.fsf@pobox.com> (Andy Wingo's message of "Thu, 31 Jan 2013 12:04:56 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 96.39.62.75 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:16549 Archived-At: Andy Wingo writes: > Again, I think the default encoding for a string port should be one that > can represent all characters, and we should change this in master. Long ago on IRC, we agreed to fix this in master, and I just did so. Mark