delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/05/08/14:42:48

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9127A388B033
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1588963321;
bh=pv5rDXtFjND0hwsp2zfZK6uwkx74bHaw7psG7jOv4aY=;
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=Cunnt2PP1uUOYjKCqL1hZyTcaQX770qS3DdqH1UA+7j90aM+HSV81QSo5gVydl//h
d9j/QYYrMJV4g6srro/SlyoBLdhQXgstwozotBfZibTPNzJuq4QtSTppjBAKb/qjJx
XZ57sZv6W4gd0zPLZHd6SdtZebfixG2vTwZuTcfo=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A04373851C04
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=U0f943eTaB34UmN6l9YFzxWpQgvuzb5h3SjbvW34J5Q=;
b=FPRZ7Eyor5zhK3nmZUNfsQUScXrzesRBwFtkS/60UYVjgFB60jLewlHFzm1kK/EOSH
ejLWIvTm+jLdbRDdIuNYA0mJ0suf9GEVw3CP3goxhSN29P7l1ChKzbNkyOZl/ilRmp6h
u5bHCrqDmmTzoNt11+fzz0LpC3fML2sClceqix9EZAbnjSTRRmauQr0sf29faUJ9UYh2
JtGVuFnIh4ARfFWsO7KEEowXbivGd53FRAVOmzjcQWxnQyG6ntYyp5nxTVhXl4obUb6u
uKnvNAJT9NwQS3di3d5v+Or6LlHufU2tnTNouzkCIS9frErX0DY0aNB9hpRGCUKGmC1+
N9gw==
X-Gm-Message-State: AGi0PubTajIripaiMMAfimVjJYcIDfzMdSUXzT6OCxODqGc+2pN5h5AS
OKLe9pgqYVraQBKuTFpzgMVlCxrt
X-Google-Smtp-Source: APiQypKWtoy9Izq3IyOF0xb/ETSBfmmHEYJL68+01W6J0FVKC2qMsxyYAti1QNErb91WrksR1O3vQA==
X-Received: by 2002:a1c:7416:: with SMTP id p22mr18275919wmc.80.1588963316434;
Fri, 08 May 2020 11:41:56 -0700 (PDT)
Subject: Re: incorrect text mode graphic character display
To: cygwin AT cygwin DOT com
References: <20200507081832 DOT 54306879 AT quarternote>
Message-ID: <27089b5c-ec97-8691-8780-753592d3ff03@gmail.com>
Date: Fri, 8 May 2020 20:41:55 +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 048IgTM3017746

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     │
> 

it works fine for me with
$ uname -svr
CYGWIN_NT-10.0 3.1.4(0.340/5/3) 2020-02-19 08:49

both on CMD console and Mintty
without need to disable pcon

julia> using DataFrames

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     │

what type of locale are you using ?
$ echo $LANG
en_US.UTF-8

Regards
Marco
--
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