Re: incorrect text mode graphic character display

2020-05-09 Thread Marco Atzeri via Cygwin
Am 09.05.2020 um 22:37 schrieb bri...@pounceofcats.com: On Sat, 9 May 2020 08:32:17 +0200 Marco Atzeri via Cygwin wrote: Can you install a parallel Cygwin with only Base category ? I use C:\cygwin64T for my parallel Cygwin installation. This will help to check if a fresh version without any

Re: incorrect text mode graphic character display

2020-05-09 Thread briand
On Sat, 9 May 2020 08:32:17 +0200 Marco Atzeri via Cygwin wrote: > > Please provide the cygcheck.out as attachment > https://cygwin.com/problems.html > > Which version of Julia are you running ? 1.4.1 > How are you running Julia? i'm running the julia.exe from the Julia install bin directory,

Re: incorrect text mode graphic character display

2020-05-09 Thread Thomas Wolff
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 bri...@pounceofcats.com: On Fri, 8 May 2020 20:41:55 +0200 Marco Atzeri via Cygwin wrote: Am 07.05.20

Re: incorrect text mode graphic character display

2020-05-09 Thread 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 bri...@pounceofcats.com: On Fri, 8 May 2020 20:41:55 +0200 Marco Atzeri via Cygwin wrote: Am 07.05.2020 um 17:18 schrieb bri...@pounceofcats.com: Hi, Doesn't

Re: incorrect text mode graphic character display

2020-05-08 Thread Thomas Wolff
Am 09.05.2020 um 08:32 schrieb Marco Atzeri via Cygwin: Am 08.05.2020 um 22:14 schrieb bri...@pounceofcats.com: On Fri, 8 May 2020 20:41:55 +0200 Marco Atzeri via Cygwin wrote: Am 07.05.2020 um 17:18 schrieb bri...@pounceofcats.com: Hi, Doesn't matter what terminal i'm using, I'm having a p

Re: incorrect text mode graphic character display

2020-05-08 Thread Marco Atzeri via Cygwin
Am 08.05.2020 um 22:14 schrieb bri...@pounceofcats.com: On Fri, 8 May 2020 20:41:55 +0200 Marco Atzeri via Cygwin wrote: Am 07.05.2020 um 17:18 schrieb bri...@pounceofcats.com: Hi, Doesn't matter what terminal i'm using, I'm having a problem with the way graphic characters print. Julia uses

Re: incorrect text mode graphic character display

2020-05-08 Thread briand
On Fri, 8 May 2020 20:41:55 +0200 Marco Atzeri via Cygwin wrote: > Am 07.05.2020 um 17:18 schrieb bri...@pounceofcats.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 out

Re: incorrect text mode graphic character display

2020-05-08 Thread Marco Atzeri via Cygwin
Am 07.05.2020 um 17:18 schrieb bri...@pounceofcats.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 │

Re: incorrect text mode graphic character display

2020-05-08 Thread briand
On Thu, 7 May 2020 21:03:01 -0600 Brian Inglis wrote: > On 2020-05-07 16:12, Brian D wrote: > > On Thu, 7 May 2020 15:52:06 -0600, Brian Inglis wrote: > [please ensure all email addresses are stripped from the body] > >> As that env var is interpreted by the main Cygwin process cygwin1.dll, >

Re: incorrect text mode graphic character display

2020-05-07 Thread briand
On Thu, 07 May 2020 19:31:28 -0700 David Rothenberger wrote: > On 2020-05-07 15:10, bri...@pounceofcats.com wrote: > > On Thu, 7 May 2020 23:26:37 +0200 > > Eric Lilja wrote: > > > >> Cygwin itself is actually just DLL, you can select a previous version > >> of it > >> in setup.exe. That sol

Re: incorrect text mode graphic character display

2020-05-07 Thread Brian Inglis
On 2020-05-07 16:12, Brian D wrote: > On Thu, 7 May 2020 15:52:06 -0600, Brian Inglis wrote: [please ensure all email addresses are stripped from the body] >> As that env var is interpreted by the main Cygwin process cygwin1.dll, which >> has >> to be unloaded and reloaded, I'd set CYGWIN=disabl

Re: incorrect text mode graphic character display

2020-05-07 Thread André Bleau via Cygwin
Brian wrote: __ success! That did it.  What i find particularly strange is that it fixes the problem in mintty as well as the terminals i'm running in x-windows, for example the xfce4-terminal. I had no idea such a thing as the cygwin.dll existed, i would have n

Re: incorrect text mode graphic character display

2020-05-07 Thread David Rothenberger
On 2020-05-07 15:10, bri...@pounceofcats.com wrote: On Thu, 7 May 2020 23:26:37 +0200 Eric Lilja wrote: Cygwin itself is actually just DLL, you can select a previous version of it in setup.exe. That solved our issue with corrupted display of Maven. You can also install older versions of any p

Re: incorrect text mode graphic character display

2020-05-07 Thread briand
On Thu, 7 May 2020 15:52:06 -0600 Brian Inglis wrote: > As that env var is interpreted by the main Cygwin process cygwin1.dll, which > has > to be unloaded and reloaded, I'd set CYGWIN=disable_pcon in the System > environment, then shut down all Cygwin processes, as you would before running > se

Re: incorrect text mode graphic character display

2020-05-07 Thread briand
On Thu, 7 May 2020 23:26:37 +0200 Eric Lilja wrote: > Cygwin itself is actually just DLL, you can select a previous version of it > in setup.exe. That solved our issue with corrupted display of Maven. You > can also install older versions of any package (but not all old versions > ever published

Re: incorrect text mode graphic character display

2020-05-07 Thread Brian Inglis
On 2020-05-07 15:09, bri...@pounceofcats.com wrote: > On Thu, 7 May 2020 20:19:29 + > André Bleau via Cygwin wrote: >> Brian D wrote: >>> Assuming Julia is a not Cygwin program, >>> you can try "CYGWIN=disable_pcon" before any Cygwin process >> Did not help. >> Thanks for that though, I had

Re: incorrect text mode graphic character display

2020-05-07 Thread Eric Lilja via Cygwin
Cygwin itself is actually just DLL, you can select a previous version of it in setup.exe. That solved our issue with corrupted display of Maven. You can also install older versions of any package (but not all old versions ever published will be available to choose from, just a few ones). Anyway, my

Re: incorrect text mode graphic character display

2020-05-07 Thread briand
On Thu, 7 May 2020 22:22:56 +0200 Eric Lilja wrote: > You simply run the setup program, it's possible to select a few older > versions. > oh, i was thinking i could simply select a previous version of cygwin as a whole. are you talking about selecting previous versions of specific packages ?

Re: incorrect text mode graphic character display

2020-05-07 Thread briand
On Thu, 7 May 2020 20:19:29 + André Bleau via Cygwin wrote: > Brian wrote: > > > > Assuming Julia is a not Cygwin program, > > you can try "CYGWIN=disable_pcon" before any Cygwin process > > Did not help. > > Thanks for that though, I had no idea

Re: incorrect text mode graphic character display

2020-05-07 Thread Eric Lilja via Cygwin
You simply run the setup program, it's possible to select a few older versions. - Eric L On Thu, May 7, 2020 at 6:32 PM wrote: > On Thu, 7 May 2020 18:01:59 +0200 > Eric Lilja wrote: > > > Did you try to go back to Cygwin 3.0.7? At work, we had to do that, after > > output from Maven (which is

Re: incorrect text mode graphic character display

2020-05-07 Thread André Bleau via Cygwin
Brian wrote: > Assuming Julia is a not Cygwin program, > you can try "CYGWIN=disable_pcon" before any Cygwin process Did not help. Thanks for that though, I had no idea those kind of env variables were available. Brian __

Re: incorrect text mode graphic character display

2020-05-07 Thread briand
On Thu, 7 May 2020 19:31:01 +0200 Marco Atzeri via Cygwin wrote: > > Any ideas on what i might try ? > > > > Thanks ! > > > > > Assuming Julia is a not Cygwin program, > you can try "CYGWIN=disable_pcon" before any Cygwin process Did not help. Thanks for that though, I had no idea those k

Re: incorrect text mode graphic character display

2020-05-07 Thread Marco Atzeri via Cygwin
Am 07.05.2020 um 17:18 schrieb bri...@pounceofcats.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 │

Re: incorrect text mode graphic character display

2020-05-07 Thread briand
On Thu, 7 May 2020 18:01:59 +0200 Eric Lilja wrote: > Did you try to go back to Cygwin 3.0.7? At work, we had to do that, after > output from Maven (which is colored) gets corrupted after a change in 3.1.0 > and onwards. The output problem we saw manifests itself slightly different > from yours,

Re: incorrect text mode graphic character display

2020-05-07 Thread Eric Lilja via Cygwin
Did you try to go back to Cygwin 3.0.7? At work, we had to do that, after output from Maven (which is colored) gets corrupted after a change in 3.1.0 and onwards. The output problem we saw manifests itself slightly different from yours, but it might be worth trying Cygwin 3.0.7 nonetheless. - Eric

incorrect text mode graphic character display

2020-05-07 Thread briand
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 │ I