From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans Aberg Newsgroups: gmane.lisp.guile.devel Subject: =?windows-1252?q?Re=3A_The_=93binary-friendly=94_Latin-1?= Date: Tue, 25 Jan 2011 11:19:01 +0100 Message-ID: <38CBF46E-B8B4-42F1-BBB7-F29A6502CD40@telia.com> References: <55051.1700.qm@web37908.mail.mud.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1295950901 1383 80.91.229.12 (25 Jan 2011 10:21:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 25 Jan 2011 10:21:41 +0000 (UTC) Cc: =?ISO-8859-1?Q?Ludovic_Court=E8s?= , "guile-devel@gnu.org" To: Mike Gran Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jan 25 11:21:36 2011 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.69) (envelope-from ) id 1Phg1l-00087e-Ph for guile-devel@m.gmane.org; Tue, 25 Jan 2011 11:21:33 +0100 Original-Received: from localhost ([127.0.0.1]:45219 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Phg1l-0007Bb-5f for guile-devel@m.gmane.org; Tue, 25 Jan 2011 05:21:33 -0500 Original-Received: from [140.186.70.92] (port=60350 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhfzQ-0006G7-7m for guile-devel@gnu.org; Tue, 25 Jan 2011 05:19:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PhfzP-0007Fr-0R for guile-devel@gnu.org; Tue, 25 Jan 2011 05:19:07 -0500 Original-Received: from smtp-out21.han.skanova.net ([195.67.226.208]:58267) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PhfzN-0007FF-JP; Tue, 25 Jan 2011 05:19:05 -0500 Original-Received: from h131n2-fre-d2.ias.bredband.telia.com (78.72.157.131) by smtp-out21.han.skanova.net (8.5.133) (authenticated as u26619196) id 4D07517100D8C80D; Tue, 25 Jan 2011 11:19:03 +0100 In-Reply-To: <55051.1700.qm@web37908.mail.mud.yahoo.com> X-Mailer: Apple Mail (2.936) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:11335 Archived-At: On 25 Jan 2011, at 00:21, Mike Gran wrote: >> 2. The #f <=3D> "ISO-8859-1" equivalence for =91port-encoding=92 = and >> =91set-port-encoding!=92. Likewise, commit >> d9544bf012b6e343c80b76bd5761b1583cc106a3 makes =91port-encoding=92 >> always return a string and pt->encoding always be non-NULL. > > Is the cost of doing the various string comparisons of port-encoding > strings negligible? It was put in as a (premature) optimization. If you decide to keep it, an idea that comes to my mind add #t for =20 UTF-8, which seems a better default nowadays and in the future.