delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/05/07/13:31:59

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D135E396DC27
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1588872674;
bh=UQZHiz53psQxVBTqekhaDU3ZOIGFiQFxQwMG2RwQMDM=;
h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
From;
b=JAZnF1cECaZ+/3G+dKPZK+JmdmTrPR9BVt2QT98oO+58srSDM8jkHVUtwRTqhCn9s
fUiah0/WIXoO57UFmbkQXtyxFUhEHShu+edQoRZnO8tR0/hxkgwN7zdslUYhgz1aAV
WIb1QPXRnnY/B74WKcKRfoA47oRWHQyz/l1wsuLM=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7A7033870854
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:subject:to:references:from:message-id:date
:user-agent:mime-version:in-reply-to:content-transfer-encoding;
bh=qFJ0wZF/g720QW48zyKFjKqIaotBO5T4wTHq3TpxLHU=;
b=aTff8NXCP39WRvRDGKB6scEy6kiW2uP9jNgYJyxwLnwvofd6v7U/57cQPA2A9ellXf
x/llz45rW50X0K6Je3VzyKPZK+I6pWFVMbeBFs09or/rCWUVnCkqtMjNAIG0619UgTQ1
wkzMeo8n9mhR7FOHoLuYp+OD7G8/sqvUr6Q/VYkybwybTwalB0bQ1JtiG8oIol+ph/RJ
+bDkmx/NY/voyw/ZQjkUS/THYKW9ANAeuArM250Z4+yB3U54rVxWg4c6zeabLKutc9qJ
RYo4QZlxImeF9DIGKU8/lM+kzWJ08AQzqm1hS2i7yQjLh0Gmt2Dnpk1tAgANoFwMJl3d
rSdw==
X-Gm-Message-State: AGi0PuZ5WCpZyoKdWqCYt719cluh/NipI91jAQDPDNYVb3Jvq/sJpps7
fCwWW63K23sTQ4C11BxgnmLU70IOBn8=
X-Google-Smtp-Source: APiQypIkjJ/oPrLFounlpvatdjNskg8LmzaVIl8CXDSSXm/kgUcX1YsX0HKt+iAJi/SDQPVkgOj3Yw==
X-Received: by 2002:a05:600c:2293:: with SMTP id
19mr2404330wmf.121.1588872662207;
Thu, 07 May 2020 10:31:02 -0700 (PDT)
Subject: Re: incorrect text mode graphic character display
To: cygwin AT cygwin DOT com
References: <20200507081832 DOT 54306879 AT quarternote>
Message-ID: <0afd85b5-9bc8-8b6e-a032-8ae9c4b1e0e0@gmail.com>
Date: Thu, 7 May 2020 19:31:01 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101
Thunderbird/68.8.0
MIME-Version: 1.0
In-Reply-To: <20200507081832.54306879@quarternote>
X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_00, BODY_8BITS,
DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM,
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-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <http://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <http://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Marco Atzeri via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Errors-To: cygwin-bounces AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 047HVe97031690

Am 07.05.2020 um 17:18 schrieb briand AT pounceofcats DOT com:
> 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 !
> 
> 
Assuming Julia is a not Cygwin program,
you can try "CYGWIN=disable_pcon" before any Cygwin process

https://cygwin.com/cygwin-ug-net/using-cygwinenv.html
--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright 2019   by DJ Delorie     Updated Jul 2019