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

[BUG] invisible unicode/garbage characters mess up rendering #40

Open
1 task done
ckampfe opened this issue Aug 13, 2024 · 1 comment
Open
1 task done

[BUG] invisible unicode/garbage characters mess up rendering #40

ckampfe opened this issue Aug 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ckampfe
Copy link
Owner

ckampfe commented Aug 13, 2024

Is there an existing issue for this?

  • I have searched the existing issues

OS

{"label"=>"Macos"}

Current Behavior

Sometimes titles/entries include unrenderable/unprintable characters that mess up rendering

Expected Behavior

Rendering is not messed up

Steps To Reproduce

No response

Anything else?

Screenshot 2024-08-13 at 10 56 33
Screenshot 2024-08-13 at 10 56 28
Screenshot 2024-08-13 at 10 56 22
@ckampfe ckampfe added the bug Something isn't working label Aug 13, 2024
@ckampfe
Copy link
Owner Author

ckampfe commented Aug 13, 2024

Isolating an example row:

sqlite3 ck.db "select id, title from entries where id = 13510 order by inserted_at desc limit 40;" > out.bin

And showing the hexdump of it:

at [ 22:49:31 ] ➜ hexyl out.bin
Screenshot 2024-08-13 at 11 00 56

Note the number of space and/or nonrenderable bytes before Constant and between Constant and s.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant