public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* incorrect text mode graphic character display
@ 2020-05-07 15:18 briand
  2020-05-07 16:01 ` Eric Lilja
                   ` (2 more replies)
  0 siblings, 3 replies; 26+ messages in thread
From: briand @ 2020-05-07 15:18 UTC (permalink / raw)
  To: cygwin

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


^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2020-05-09 21:32 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-07 15:18 incorrect text mode graphic character display briand
2020-05-07 16:01 ` Eric Lilja
2020-05-07 16:32   ` briand
2020-05-07 20:22     ` Eric Lilja
2020-05-07 21:11       ` briand
2020-05-07 21:26         ` Eric Lilja
2020-05-07 22:10           ` briand
2020-05-08  2:31             ` David Rothenberger
2020-05-08  3:12               ` briand
2020-05-08  2:47             ` André Bleau
2020-05-07 17:31 ` Marco Atzeri
2020-05-07 20:07   ` briand
2020-05-07 20:19     ` André Bleau
2020-05-07 21:09       ` briand
2020-05-07 21:52         ` Brian Inglis
2020-05-07 22:12           ` briand
2020-05-08  3:03             ` Brian Inglis
2020-05-08 15:01               ` briand
2020-05-08 18:41 ` Marco Atzeri
2020-05-08 20:14   ` briand
2020-05-09  6:32     ` Marco Atzeri
2020-05-09  6:45       ` Thomas Wolff
2020-05-09  7:30         ` Marco Atzeri
2020-05-09  7:41           ` Thomas Wolff
2020-05-09 20:37       ` briand
2020-05-09 21:32         ` Marco Atzeri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).