Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Branch names with Unicode characters not correctly displayed #104

Open
amedee opened this issue Sep 1, 2020 · 3 comments
Open

Branch names with Unicode characters not correctly displayed #104

amedee opened this issue Sep 1, 2020 · 3 comments

Comments

@amedee
Copy link

amedee commented Sep 1, 2020

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
Copy link
Author

amedee commented Sep 1, 2020

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
Copy link
Contributor

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

@mvf
Copy link
Contributor

mvf commented Sep 3, 2022

🦄 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants