Skip to content
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

Output not displayed when (incorrectly parsed?) unicode characters in string #54

Open
nilshg opened this issue Jul 8, 2020 · 0 comments
Labels

Comments

@nilshg
Copy link

nilshg commented Jul 8, 2020

Just came across this slightly puzzling issue:

using TableView, DataFrames

showtable(DataFrame(a = 0.0, b = "t\xe9st"))

This produces an empty output table, showing only the column header row but no data.

This happened when I read in a CSV with French characters - StackOverflow tells me that \xe9 is é. If I replace the string with "tést", so it seems to be an issue with an incorrectly parsed unicode character.

Still, it seems to me that not displaying any output is a bug?

@pfitzseb pfitzseb added the bug label Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants