-
Notifications
You must be signed in to change notification settings - Fork 2
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
Malformed output when using bottom command with inline automatic encoder #2
Comments
The byte separators (ππ) are gone. In my time using this plugin, (I now use my fork) I haven't encountered this issue. Is it any multi-byte text that you encounter this issue with?
|
@romdotdog Seems to be because the default inline bottom prefixes and suffixes collide with the byte separators. It works after replacing them/disabling automatic encoding. |
I'll pull from upstream whatever happens :-) |
Tildes (~~) are used in markdown for strikethrough, though. |
.bottom test
produces ππβ¨π₯Ί,ππ,ππβ¨π₯Ίππβ¨π₯Ί,but using https://bottom-software-foundation.github.io/bottom-web/ to decode, the input is said to be malformed. Using https://bottom-software-foundation.github.io/bottom-web/ to encode
test
produces ππβ¨π₯Ί,ππππ,ππππβ¨π₯Ίππππβ¨π₯Ί,ππwhich is different.
The text was updated successfully, but these errors were encountered: