-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
Path names contain square characters #194
Comments
It's the unicode character for right-pointing triangle. Evidently it doesn't exist in all fonts. I checked a bunch of standard fonts, but it is clearly missing in your system font. I didn't want to use the I will find a way to solve this. |
Just had a quick look at the unicode character used, and it isn't the standard triangle character. I will replace it with what seems to be the correct one, and update the header later tonight. Most likely it will render properly then. I also forced the use of the HTML entity rather than the pure unicode, so your local Qt library may then try to replace it with an equivalent as well. |
The check mark and cross characters do appear correctly on my system. |
Great! I just merged the fix for the missing unicode character, and this should now be fixed. I replaced it with the |
I like the option to include the path to each document. Is my system missing a system font or am I seeing artistic license? The path separator is a rectangle, as if there is font substitution going on. I've attached a screenshot to illustrate.
The text was updated successfully, but these errors were encountered: