Open ckampfe opened 3 months ago
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
Note the number of space and/or nonrenderable bytes before Constant
and between Constant
and s
.
Is there an existing issue for this?
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?