X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 8EA42385BF81 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pounceofcats.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=briand AT pounceofcats DOT com X-Originating-IP: 91.207.175.102 Date: Fri, 8 May 2020 13:14:17 -0700 From: To: Marco Atzeri via Cygwin Subject: Re: incorrect text mode graphic character display Message-ID: <20200508131417.338a6649@quarternote> In-Reply-To: <27089b5c-ec97-8691-8780-753592d3ff03@gmail.com> References: <20200507081832 DOT 54306879 AT quarternote> <27089b5c-ec97-8691-8780-753592d3ff03 AT gmail DOT com> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-Spam-Status: No, score=0.4 required=5.0 tests=BAYES_00, BODY_8BITS, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, 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 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="utf-8" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 048KErvo027134 On Fri, 8 May 2020 20:41:55 +0200 Marco Atzeri via Cygwin wrote: > 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 yes, that's the locale -- 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