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 AF9233851C01 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=towo.net Authentication-Results: sourceware.org; spf=none smtp.mailfrom=towo AT towo DOT net Subject: Re: incorrect text mode graphic character display To: cygwin AT cygwin DOT com References: <20200507081832 DOT 54306879 AT quarternote> <27089b5c-ec97-8691-8780-753592d3ff03 AT gmail DOT com> <20200508131417 DOT 338a6649 AT quarternote> <9fc9522c-d2f5-f903-70d7-ee602c5bb9a5 AT gmail DOT com> From: Thomas Wolff X-Tagtoolbar-Keys: D20200509094106685 Message-ID: Date: Sat, 9 May 2020 09:41:06 +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: <9fc9522c-d2f5-f903-70d7-ee602c5bb9a5@gmail.com> X-Provags-ID: V03:K1:+Vwz3I7xAkj7QIoQTphIshKc5RW6op9J9fwztr1jCk4HUbu7oO/ C7uaT1MlOEGbdmysMyiWmq7IZ66xECA1VHtTjWLIe5LvsQnm0yAnE8TLC+NMQgRnywRQEiO AKAsE3u35PRwU+C7upterU07JHiUvO1xgT+1v5YIReHdulZMvJv12fJJolhQdDGkoFUwuUp uYcDsghBe3R06glKNOexQ== X-UI-Out-Filterresults: notjunk:1;V03:K0:Da3NXo1OEtg=:mDnLAf/VlodbJnmovmvxiz ZXbA33squxl1yLcf4ou70Fisu6+CEQuyuqhJQAZuSBmztr9o0yjRDJ2slSUp+29LMs6S8NXDF uHPN3OIFShbmj33G29BXWvX2eJulzJehNSKA0wEXewS4dhrUZ2W7WpLFXyOh+feKMf2rmAy1a vOSL8hftDQ5itG1VM1Lk/dajdYB07EUaXHTzp9yQ1vaUky7JCGhv4s3HWwaBxERIzCvqa+dLr m3E8xJ3QCReR9AegIZOH6KAvfckIAvv8+OJ8/qtPdQxC4EKX/PHf/5w7xutVCRT67EGPGZGub NBAXYiq0iHKIkk/UbTPyYlij+/IPg8G9uSJwOabD7auRRgwf5JAnC/rEuDConbjeHw10QNpxz tPoh9RI98gl6kX0MP+SJjfprkjqfz8R+oY/ETmFzx0twxgjlKRUoKcok3AxEEgjN3k41Zzag9 Pro4DtvDWA9TKMKnwn5Y+mVp/m4EPrYo6c+PQT/BPQ+sdvcBGiJNjreR5+Jmncv70LREcUpF9 wRtBUKXaGaWiNcQA4CFTsORqsc3kFhx47I6xtvqG+EqPwReBbJqRQiExpPD0P5g9CPnZCWMPT P7B41Mgc1ohA71MvCQtsJo/UJoV6wjfw4WRPtCKaewW1sy+mB2zcTjjPpjYRdPrhscNV7wMax lrgYr1TlUJ2hJw1zvYp1XzK06mIKeeHP0kQeR3ZRoHbJwV1eajaezaPq/fgQAww1bI44oDzly syyfuqq/INO2beGpfFXxwd5Cg6gXYqhfWhmVyLCGn3nKARLHYwRHTK4QQRJsBxMUHk4YTtYWg YZZLO0jfVbkOUzjlMZToRK2OyVz2hIBGTP5Ii3K76FCB3YJ/7g= X-Spam-Status: No, score=-8.7 required=5.0 tests=BAYES_00, BODY_8BITS, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no 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"; Format="flowed" 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 0497ffmW005491 Am 09.05.2020 um 09:30 schrieb Marco Atzeri via Cygwin: > Am 09.05.2020 um 08:45 schrieb Thomas Wolff: >> Am 09.05.2020 um 08:32 schrieb Marco Atzeri via Cygwin: >>> Am 08.05.2020 um 22:14 schrieb briand AT pounceofcats DOT com: >>>> 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 >>>> >>> >>> so it is not the DLL alone and it is not the locale >>> that is causing the problem you see. >>> >>> Please provide the cygcheck.out as attachment >>> https://cygwin.com/problems.html >>> >>> Which version of Julia are you running ? >>> How are you running Julia? >>> Do you have any custom user setup in Julia? >>> I just installed it and only installed the DataFrames package. >> Julia had a patch to enable UTF-8 output via Windows output functions >> in previous cygwin versions. >> I remember the details only vaguely right now, but it may be >> necessary to remove that patch for cygwin from 3.1.0, or it might >> cause some kind of double transformation. >> Thomas >> -- > > there is a Cygwin porting ? No, it's not a cygwin porting. It's some initial stty setting. Reference, not revealing details: https://github.com/JuliaLang/julia/issues/7267#issuecomment-49097410 Another reference: https://github.com/JuliaLang/julia/issues/28891#issuecomment-416149391 Thomas > I installed the last windows 64 binary > Current stable release: v1.4.1 (April 14, 2020) > > and it works for me, I do not see the issue reported by Brian > > 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 -- 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