From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Panicz Maciej Godek Newsgroups: gmane.lisp.guile.user Subject: Re: guile+iconv fails on windows Date: Mon, 11 Nov 2013 12:45:15 +0100 Message-ID: References: <837gcg534b.fsf@gnu.org> <8338n441qe.fsf@gnu.org> <83ob5r38l3.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11335afcfda4c404eae543fd X-Trace: ger.gmane.org 1384170347 3398 80.91.229.3 (11 Nov 2013 11:45:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Nov 2013 11:45:47 +0000 (UTC) Cc: "guile-user@gnu.org" To: Eli Zaretskii Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Nov 11 12:45:52 2013 Return-path: Envelope-to: guile-user@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 1Vfpw3-0005wo-8S for guile-user@m.gmane.org; Mon, 11 Nov 2013 12:45:39 +0100 Original-Received: from localhost ([::1]:36125 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vfpw2-000544-QM for guile-user@m.gmane.org; Mon, 11 Nov 2013 06:45:38 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vfpvh-00052t-Ui for guile-user@gnu.org; Mon, 11 Nov 2013 06:45:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vfpvg-00041B-Qb for guile-user@gnu.org; Mon, 11 Nov 2013 06:45:17 -0500 Original-Received: from mail-vc0-x229.google.com ([2607:f8b0:400c:c03::229]:57639) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vfpvg-00040x-ML; Mon, 11 Nov 2013 06:45:16 -0500 Original-Received: by mail-vc0-f169.google.com with SMTP id hu8so3179889vcb.14 for ; Mon, 11 Nov 2013 03:45:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=4jEdw0BKioeCXz6UfCtwiPpwcccLDf4kH6X6kRyJI50=; b=A8nxOebPB//Z0yLqYj7pL7O+KqGfFtxYgIs81Ta7TMSlm/7+kSsdT2lyEGYkCbso27 1VDvFBqLB6FbeT9Lu1A6kOvoeQyy0hX4cB6eUauu6eccLndjkqJkiu5HHQUinxMignC4 Az+Vr8/PWtMk4iynz4XlmbpGFcnZGyxavr+EwPfdYo8sBrP2XOu0AL4uk1dbguFovYBy ilzLdVPUTSQshs0QW/DIVkilStE8ncgCQkR8qqbL0/fbMTj5Ks1lOd4nXBsmRgEKQHiN LRW6WFSAKj1S6j7m3EqbWld9sY5dT+dste1aCyehu4hRV5b58dhenlrlWNZNvRYAKhDH HbMg== X-Received: by 10.221.51.5 with SMTP id vg5mr318vcb.40.1384170315947; Mon, 11 Nov 2013 03:45:15 -0800 (PST) Original-Received: by 10.220.113.142 with HTTP; Mon, 11 Nov 2013 03:45:15 -0800 (PST) In-Reply-To: <83ob5r38l3.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c03::229 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:10886 Archived-At: --001a11335afcfda4c404eae543fd Content-Type: text/plain; charset=ISO-8859-1 2013/11/11 Eli Zaretskii > > Date: Sun, 10 Nov 2013 23:09:08 +0100 > > From: Panicz Maciej Godek > > Cc: "guile-user@gnu.org" > > > > Well, I think that is the reason of the problem -- that for some reason > > Windows reports "utf8" encoding, while iconv requires it to be "UTF-8". > > What do you mean by "Windows reports"? Where did that "utf8" come > from? > Oh, I see it now. I've been trying to reproduce that error, and it turned out that it was me who set up the port encoding to "utf8". Sorry for the confusion. --001a11335afcfda4c404eae543fd Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
2013/11/11 Eli Zaretskii <eliz@gnu.org>
> Date: Sun, 10 Nov 2013 23:09:08 +0100
> From: Panicz Maciej Godek <godek.maciek@gmail.com>
> Cc: "guile-user@gnu.org= " <guile-user@gnu.org>=
>
> Well, I think that is the reason of the proble= m -- that for some reason
> Windows reports "utf8" encoding, while iconv requires it to = be "UTF-8".

What do you mean by "Windows reports"? =A0Where did that &q= uot;utf8" come
from?

Oh, I see it now. I've been trying to= reproduce that error, and it turned out
that it was me who set u= p the port encoding to "utf8". Sorry for the confusion.

--001a11335afcfda4c404eae543fd--