tibirna / qgit

Official git repository for QGit.
Other
174 stars 68 forks source link

Branch names with Unicode characters not correctly displayed #104

Open amedee opened 4 years ago

amedee commented 4 years ago

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 commented 4 years ago

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

SubOptimal commented 2 years ago

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

mvf commented 2 years ago

🦄 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