qgit icon indicating copy to clipboard operation
qgit copied to clipboard

Branch names with Unicode characters not correctly displayed

Open amedee opened this issue 5 years ago • 3 comments

Steps to reproduce

git init
git checkout -B feature/🦄

(copy/paste emoji from https://emojipedia.org/unicorn/)

Open repository in qgit (version 2.9-1build1 available from Ubuntu 20.04.1 LTS)

Expected result

Branch feature/🦄 is properly displayed.

Actual result

🦄 is replaced with a rectangle.

amedee avatar Sep 01 '20 07:09 amedee

I have also reported this on Ubuntu Launchpad in case it's an issue at their end. https://bugs.launchpad.net/ubuntu/+source/qgit/+bug/1893745

amedee avatar Sep 01 '20 07:09 amedee

I believe it is related to this issue QTBUG-28853.

SubOptimal avatar Aug 31 '22 18:08 SubOptimal

🦄 is replaced with a rectangle.

Sounds like "tofu", i.e. there's just no font with a 🦄 glyph. It's working over here (Linux, Qt 5.15.5, still on qgit 2.9):

image

mvf avatar Sep 03 '22 06:09 mvf