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

Filter out non printable characters for string elements #28

Open
michaelwolf72 opened this issue Jan 28, 2022 · 1 comment
Open

Filter out non printable characters for string elements #28

michaelwolf72 opened this issue Jan 28, 2022 · 1 comment

Comments

@michaelwolf72
Copy link

Came across on error where the Floating Table GUI would not completely open when characters such as ...

'\xd1': Malformed UTF-8 (category Ma: Malformed, bad data)

are found within a string element of the table. As a work around I converted these characters to spaces.

@pdeffebach
Copy link
Owner

Thanks for the issue report.

Can you confirm if this works in the VS Code table viewer? FloatingTableView.jl is just a thin wrapper for TableView.jl. So it's worth figuring out if this is a Blink.jl issue or a TableView.jl issue. My guess is that this is a limitation of the underlying library used by TableView.jl and there isn't much we can do.

I don't think filtering out non-printable characters is a good idea. I don't want to get involved in messing with someone's data as they print it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants