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: [PATCHES] Discard BOMs at stream start for UTF-{8, 16, 32} encodings Date: Thu, 31 Jan 2013 13:01:31 -0500 Message-ID: <87halxgrk4.fsf@tines.lan> References: <87boc956j2.fsf@pobox.com> <87y5fcjt52.fsf@tines.lan> <87vcag4azz.fsf@pobox.com> <87a9rsm85s.fsf@gnu.org> <87k3qw2ii1.fsf@pobox.com> <87txpzkjaf.fsf@tines.lan> <87halz10ys.fsf@pobox.com> <87d2wmhsn4.fsf_-_@tines.lan> <87zjzpwv25.fsf@pobox.com> <87wqutvdym.fsf@pobox.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1359655309 10201 80.91.229.3 (31 Jan 2013 18:01:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jan 2013 18:01:49 +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 Thu Jan 31 19:02:08 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 1U0ySe-0007rY-6R for guile-devel@m.gmane.org; Thu, 31 Jan 2013 19:02:08 +0100 Original-Received: from localhost ([::1]:35324 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0ySL-000867-TT for guile-devel@m.gmane.org; Thu, 31 Jan 2013 13:01:49 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:44830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0ySJ-00085x-Rw for guile-devel@gnu.org; Thu, 31 Jan 2013 13:01:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0ySI-0000vi-UO for guile-devel@gnu.org; Thu, 31 Jan 2013 13:01:47 -0500 Original-Received: from world.peace.net ([96.39.62.75]:59330) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0ySI-0000vb-Pj; Thu, 31 Jan 2013 13:01:46 -0500 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 1U0ySC-0002t8-3m; Thu, 31 Jan 2013 13:01:40 -0500 In-Reply-To: <87wqutvdym.fsf@pobox.com> (Andy Wingo's message of "Thu, 31 Jan 2013 11:33:53 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (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:15656 Archived-At: Andy Wingo writes: > One more thing, Mark; would you mind handling merges to master? The > port code got rearranged there and merges can be tricky. Sounds good, but first I need to think a bit more about seeking, and also about an additional complication regarding the possibility that the input and output iconv descriptors will internally choose different endiannesses for the UTF-16 or UTF-32 encodings (a problem which already exists today). Thanks! Mark