X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=ueUSFE+Di0ifS6Uv
	tprzbjhLk0u703ThSdaT7enM0oIdVvvwrlGrlu0zEynwDLQd5kwnlxcrU1h+rHv8
	zcKa7kc2i3ThU15M96XDb3nn1O0nxOFGryGpeiwlXQtSZhHTO8FrDG7uj/vTuwIT
	BRPemn7NvmHANcjFuN7SGcN7ug4=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=j2CC+Ozba7VdX/DvwSLodt
	g8CSw=; b=vR52Ef0leq8MlHWGpA+F2Ck28+dhNp31gCM29MGYpkUGcvv/lwR9ya
	qlMIy/b0QmMmFx5f5auFg67Eo4GNllondTrQNb9/6OlHJOiJDvZDAlTRs/n2NTr+
	FDbAZIkl7frFi8vOdUN1zJFD42oWYbrsw2joWslOeE4XLBaaIluY0=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Spam-Relays-External:209.85.221.68, H*RU:209.85.221.68
X-HELO: mail-wr1-f68.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=20161025;        h=subject:to:references:from:message-id:date:user-agent:mime-version         :in-reply-to:content-transfer-encoding;        bh=VW9C0/RSmB0kUQXfrQhYgKi7PI5epfRlqfhW9NRnLXs=;        b=Zy5gDtCbIIkeFKffkHYDwmlWcgBhgBm13xVCsl3Wt4V+DyoqR7PGxryHMu1ZLf71A7         q+AoANcGqBVHkB99qJX+GHIsXgMjvjR73/qyZxW6bJbUZ0CicBe6g5O/1ywt+AZUPbgj         Lprlt7FW8/8SDANFurdiWMdggGkVv7HVWXRuDBr1UXMnyuMwbzXdxMKBl/cy1DudhLhk         X6vfKL9hGEUGjNHvyKQqoL5U8CE0J6g5R1XcRFK8K0q2V6ZXqn/1jMD1PFSpddVw/Qgj         0kytGpfgdwdfiunghbG8s9biBbopbhbutULV5T5XQinZ/RtxwC60pJUGjE/k5Wrgp0+F         asIw==
Subject: Re: Unexpected output from curl and wttr.in
To: cygwin@cygwin.com
References: <qtg04k$67in$1@blaine.gmane.org> <CAEhDDbCM5Ohe6KXKVjw+emmsaCQ761xQMfFieySag2uoZuPv+w@mail.gmail.com>
From: Marco Atzeri <marco.atzeri@gmail.com>
Message-ID: <0d79362e-41d3-3795-f8f1-40a34b4504bd@gmail.com>
Date: Fri, 20 Dec 2019 20:36:23 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1
MIME-Version: 1.0
In-Reply-To: <CAEhDDbCM5Ohe6KXKVjw+emmsaCQ761xQMfFieySag2uoZuPv+w@mail.gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

Am 20.12.2019 um 17:29 schrieb Csaba Raduly:
> On Thu, Dec 19, 2019 at 3:10 PM Mike MacEachern <maceach.m@h-networks.net>
> wrote:
> 
>> I'm currently at a loss with how curl is parsing wttr.in.  Now I've used
>> it without in the past, but it seems right now it's really struggling.
>> I've checked and echo $LANG reports en_US.UTF-8 just in case that was
>> the issue but it's not.  Now I've tried both mintty and the Windows
>> console (and changed ForceV2 to 0 as well), no dice.
>>
>> What's interesting though if I use Cygwin to SSH into my Linux running
>> laptop, curl's output looks fine, so the issue doesn't appear to be
>> terminal related, unless there's something else I'm missing.  Here's a
>> screenshot of what's going on.
>>
>> https://i.imgur.com/NNgtmlD.png
>>
>>
> Works just fine for me on Windows 10 and mintty
> https://imgur.com/ugWl9BY
> 
> Csaba
> 

Thanks for checking

not noted the first time:
it works on my 64bit but fails on 32bit and the reason is
that 32bit was using the windows version as the curl package was not 
installed.

I assume Mike need to install the curl package

Marco


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

