logo-ls icon indicating copy to clipboard operation
logo-ls copied to clipboard

minor mod: Using empty (U+0020) instead of brailEmpty

Open canta2899 opened this issue 2 years ago • 0 comments

I've been using logo-ls for a while and in some cases white-spaces between icons and file names were rendered as follows.

brailEmpty

I checked out the implementation and noticed that the U+2800 Braille pattern has been used since commit 1a227b5 as a space character, except for when the -i flag is risen. However, I found out that U+2800 does not act as a proper space in the Unicode standard, according to this unicode-explorer page.

I replaced U+2800 with U+0020, the standard space character. Then, the output was properly rendered on every terminal.

empty

I hope this PR might be helpful and thank you for making logo-ls!

canta2899 avatar Mar 22 '22 19:03 canta2899