gupshup icon indicating copy to clipboard operation
gupshup copied to clipboard

Unavailable Unicode icon

Open DGrothe-PhD opened this issue 2 years ago • 1 comments

On an empty directory on Windows I did

git clone https://github.com/kraanzu/gupshup.git
cd gupshup
pip install .

Then I tried gupshup --server and opened a new command-line window in the same folder, gupshup -u foo. Besides multiple asyncio.exceptions.CancelledError messages which I did not analyze further, the following Unicode encoding error message appeared:

UnicodeEncodeError: 'charmap' codec can't encode character '\uf6d6' in position 18: character maps to

DGrothe-PhD avatar Apr 25 '22 14:04 DGrothe-PhD

hmm... I guess that's a font issue I am able to use the unicode just fine

image

I am using Nerd font icons as default icons which can be changed in the config file which is present at ~/.config/gupshup/theme.ini

kraanzu avatar May 12 '22 10:05 kraanzu