From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by sourceware.org (Postfix) with ESMTPS id 3A099395B40E for ; Thu, 7 May 2020 15:18:37 +0000 (GMT) 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@pounceofcats.com X-Originating-IP: 91.207.175.99 Received: from quarternote (unknown [91.207.175.99]) (Authenticated sender: briand@pounceofcats.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 657E3E000C for ; Thu, 7 May 2020 15:18:34 +0000 (UTC) Date: Thu, 7 May 2020 08:18:32 -0700 From: To: cygwin@cygwin.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 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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@cygwin.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: , X-List-Received-Date: Thu, 07 May 2020 15:18:38 -0000 Hi, Doesn't matter what terminal i'm using, I'm having a problem with the way g= raphic characters print. Julia uses unicode output, and will generate output that should look like t= his: julia> x=3DDataFrame([(1,2,3), (4,5,6)]) =20 2=C3=973 DataFrame =E2=94=82 Row =E2=94=82 1 =E2=94=82 2 =E2=94=82 3 =E2=94=82 =E2=94=82 =E2=94=82 Int64 =E2=94=82 Int64 =E2=94=82 Int64 =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=A4 =E2=94=82 1 =E2=94=82 1 =E2=94=82 2 =E2=94=82 3 =E2=94=82 =E2=94=82 2 =E2=94=82 4 =E2=94=82 5 =E2=94=82 6 =E2=94=82 Unfortunately I'm seeing this : julia> x=3DDataFrame([(1,2,3), (4,5,6)]) =20 2=E2=94=9C=C3=B93 DataFrame =CE=93=C3=B6=C3=A9 Row =CE=93=C3=B6=C3=A9 1 =CE=93=C3=B6=C3=A9 2 = =CE=93=C3=B6=C3=A9 3 =CE=93=C3=B6=C3=A9 =CE=93=C3=B6=C3=A9 =CE=93=C3=B6=C3=A9 Int64 =CE=93=C3=B6=C3=A9 Int64 = =CE=93=C3=B6=C3=A9 Int64 =CE=93=C3=B6=C3=A9 =CE=93=C3=B6=C2=A3=CE=93=C3=B6=C3=87=CE=93=C3=B6=C3=87=CE=93=C3=B6=C3=87=CE= =93=C3=B6=C3=87=CE=93=C3=B6=C3=87=CE=93=C3=B6=E2=95=9D=CE=93=C3=B6=C3=87=CE= =93=C3=B6=C3=87=CE=93=C3=B6=C3=87=CE=93=C3=B6=C3=87=CE=93=C3=B6=C3=87=CE=93= =C3=B6=C3=87=CE=93=C3=B6=C3=87=CE=93=C3=B6=E2=95=9D=CE=93=C3=B6=C3=87=CE=93= =C3=B6=C3=87=CE=93=C3=B6=C3=87=CE=93=C3=B6=C3=87=CE=93=C3=B6=C3=87=CE=93=C3= =B6=C3=87=CE=93=C3=B6=C3=87=CE=93=C3=B6=E2=95=9D=CE=93=C3=B6=C3=87=CE=93=C3= =B6=C3=87=CE=93=C3=B6=C3=87=CE=93=C3=B6=C3=87=CE=93=C3=B6=C3=87=CE=93=C3=B6= =C3=87=CE=93=C3=B6=C3=87=CE=93=C3=B6=C3=B1 =CE=93=C3=B6=C3=A9 1 =CE=93=C3=B6=C3=A9 1 =CE=93=C3=B6=C3=A9 2 = =CE=93=C3=B6=C3=A9 3 =CE=93=C3=B6=C3=A9 =CE=93=C3=B6=C3=A9 2 =CE=93=C3=B6=C3=A9 4 =CE=93=C3=B6=C3=A9 5 = =CE=93=C3=B6=C3=A9 6 =CE=93=C3=B6=C3=A9 This was working until a recent upgrade. I have experimented with terminal= set encoding and i can make the problem worse, but not better. ,=20 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 incorrec= t 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 variable= s, but again, i can only make things worse. Any ideas on what i might try ? Thanks ! --=20 Brian