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 3A099395B40E 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.99 Date: Thu, 7 May 2020 08:18:32 -0700 From: To: cygwin AT cygwin DOT com Subject: incorrect text mode graphic character display Message-ID: <20200507081832.54306879@quarternote> 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=2.5 required=5.0 tests=BAYES_00, BODY_8BITS, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_ABUSEAT, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Level: ** 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 List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="utf-8" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 047FJ4ET015800 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