What steps will reproduce the bug?
- Try to use bat in a gpg encrypted file.
tar -cvzf uncrypted_folder.tar.gz uncrypted_folder
gpg --symmetric --batch --yes --passphrase-file keyfile.key --cipher-algo AES256 --output encrypted_filename.tar.enc unencrypted_folder.tar.gz
What happens?
If I try to use the tool to read a gpg encrypted file, it has apper glyphs issues and does not recognize as binary as it should. It didnt happen in all enc files, but it did in most.
I tested in 3 different terms, all same issue.
What did you expect to happen instead?
Show nothing or just be recognized as binary file.
bat 0.26.1 (979ba22)
No fonts contain glyphs for these codepoints: \u{7b4}.
Placeholder glyphs are being displayed instead.
You may wish to install additional fonts, or adjust
your configuration so that it can find them.
Set warn_about_missing_glyphs=false to suppress this
message.
