X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B807D385DC1B
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1588867343;
	bh=i6qAx41YCNN69mnaBFchRVuHqZy4L0g1qM5wEBcr/Vk=;
	h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe:
	 List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:
	 From;
	b=ZEPQj764OjvZVNIBPJaJ2GuTV/wWMN74kPKtpckSjzQdjlCGl3Kj0GzyrCmf06j+i
	 53hhDM6RAIDlmpoDy6KiUabMmEwesCXiWfDULOyuEFIATUHsKrt00OlN/HpLIMRza+
	 avQtq3jZ/gTzOabuL5chWP+s0U8KobR6jc8K6dws=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 0A53E385DC1B
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:mime-version:references:in-reply-to:from:date
 :message-id:subject:to:cc;
 bh=w8OoRdUxhjGFecHc00vbHmH2boNb/4ydGitfKliUV0w=;
 b=fMGDHK6P/ZKpD6wZN3A/Aws9/24UuZh7We+zR40cVVoAvkUEsYDVuyRApMkiTJo0Sy
 IfFjGAGOAJWTD1+49EsL9jcaqCeo3SjVQEuHoSU2WI7XQQhVCwQ/Npj48Em6muWrf0A7
 QbaqALeUdTewIbYgzH0t6TGapeNAD4eKCNvyjX2EZFVCv7qQ5vpMgg7gJRBJmEyynce/
 M8gmkyFdKu9xFmGjiZw3QxeA599kmX1/uPUOhhNrerblhaNl6cA/AoY2hG+4MkPmwVNV
 K1vymX/mxRXZMMkdgR78VWWaLfJfWfKxIym/08yaUWjguj9+Ym4wMNmKkNY5Mlagv+2G
 /FFQ==
X-Gm-Message-State: AGi0PuZ/Jx7Y9vJuH1W/4gjJgdBWp2vlbOn8ntZmTn0gUkiK/pLamS8z
 WPBGtBIm3sJF6tKgfQFWmScsQk9wXh3AubfVpt0=
X-Google-Smtp-Source: APiQypKAHTFGVTydJOes5gyINTDTt+y2507kuK/ddcB/la0WS4xS5rbXcf3a1A6hvFM6G8CkNWiICD/ThzzvsY7Md2I=
X-Received: by 2002:ac2:4248:: with SMTP id m8mr9343070lfl.211.1588867330613; 
 Thu, 07 May 2020 09:02:10 -0700 (PDT)
MIME-Version: 1.0
References: <20200507081832.54306879@quarternote>
In-Reply-To: <20200507081832.54306879@quarternote>
Date: Thu, 7 May 2020 18:01:59 +0200
Message-ID: <CANtRgYd1Ou4h98M4_sXFyV=yjGPKg-k+mq_Z2rPGGtE71EqY7Q@mail.gmail.com>
Subject: Re: incorrect text mode graphic character display
To: briand@pounceofcats.com
X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, BODY_8BITS,
 DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM,
 HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS,
 TXREP autolearn=ham autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
 server2.sourceware.org
X-Content-Filtered-By: Mailman/MimeDel 2.1.29
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <http://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: Eric Lilja via Cygwin <cygwin@cygwin.com>
Reply-To: Eric Lilja <mindcooler@gmail.com>
Cc: cygwin@cygwin.com
Content-Type: text/plain; charset="utf-8"
Sender: "Cygwin" <cygwin-bounces@cygwin.com>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 047G2oXL021075

Did you try to go back to Cygwin 3.0.7? At work, we had to do that, after
output from Maven (which is colored) gets corrupted after a change in 3.1.0
and onwards. The output problem we saw manifests itself slightly different
from yours, but it might be worth trying Cygwin 3.0.7 nonetheless.

- Eric L

On Thu, May 7, 2020 at 5:52 PM <briand@pounceofcats.com> wrote:

> Hi,
>
> Doesn't matter what terminal i'm using, I'm having a problem with the way
> graphic characters print.
> Julia uses unicode output, and will generate output that should look like
> this:
>
> julia> x=DataFrame([(1,2,3), (4,5,6)])
> 2×3 DataFrame
> │ Row │ 1     │ 2     │ 3     │
> │     │ Int64 │ Int64 │ Int64 │
> ├─────┼───────┼───────┼───────┤
> │ 1   │ 1     │ 2     │ 3     │
> │ 2   │ 4     │ 5     │ 6     │
>
> Unfortunately I'm seeing this :
>
> julia> x=DataFrame([(1,2,3), (4,5,6)])
> 2├ù3 DataFrame
> Γöé Row Γöé 1     Γöé 2     Γöé 3     Γöé
> Γöé     Γöé Int64 Γöé Int64 Γöé Int64 Γöé
>
> Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
> Γöé 1   Γöé 1     Γöé 2     Γöé 3     Γöé
> Γöé 2   Γöé 4     Γöé 5     Γöé 6     Γöé
>
> This was working until a recent upgrade.  I have experimented with
> terminal set encoding and i can make the problem worse, but not better.
> ,
> I've tried several terminal types, e.g. the xfce4 terminal, gnome
> terminal, rxvt.
> They all give me incorrect displays, but rxvt gives me a different
> incorrect display.  lxterminal and rxvt-unicode give me the same output as
> shown in this email.
>
> I've been trying to experiment with LC_ALL and related environment
> variables, but again, i can only make things worse.
>
> Any ideas on what i might try ?
>
> Thanks !
>
>
> --
> Brian
>
> --
> Problem reports:      https://cygwin.com/problems.html
> FAQ:                  https://cygwin.com/faq/
> Documentation:        https://cygwin.com/docs.html
> Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple
>
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

