-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Showing DataFrame generates characters that cannot be displayed in console on windows #953
Comments
Ah, that's annoying. It's unfortunate that we cannot use these Unicode characters without breaking display in the Windows console. Which Windows version is that? I guess we have no choice but reverting this until we ship Julia with a better console. Cc: @gdkrmr |
Good news, Wikipedia made me realize the thin lines were supported, only the thick ones are a problem for Windows. Sounds reasonable to use thin lines for now. |
Just btw - these characters generally seem to be wider and therefore the dataframe display is a bit weird (the row separating column names and values is too long). Does it display nicely on non-windows computers or is that intentional? |
Looks like a constant offset though. |
On Windows it's much worse. I'm on my phone, but once I get to the computer I will post a screenshot. |
But see examples here. |
Sorry, but we can't do anything about it, that's most likely a console issue. Is the new (thin) character better? |
Good to know! You can't really trust what is shown on GitHub since it will depend on the exact font used. It's surprising that the widths differ, since AFAICT this is supposed to be a fixed-width font... |
Oh yes, the point was just to show that at least in some fixed-width fonts this character has different width. Looks like a bug in |
An example below:
My
versioninfo()
:The text was updated successfully, but these errors were encountered: