-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Geodesic module displays broken character #417
Comments
@osulli can you explain why the markdown looks good with the |
basically it comes down to us using an unsupported UTF8 character for your terminal. we can update our default, since you're not the first person to have the problem. |
That's interesting. I didn't notice it working in the markdown. |
To be clear, this is not an ubuntu-specific issue. Viewing this github comment in my browser, it's visible: |
@osulli |
@osulli One option, if it works for you, is to set |
The broken glyph '⨠' is Z NOTATION SCHEMA PIPING from the "Supplemental Mathematical Operators" Unicode block. As you can infer from the word "Supplemental" it appears to be not as widely supported as some of the other code blocks. I like it (when it is supported) because it is big compared to the alternatives. More importantly, according to Ubuntu fonts it is a supported character on Ubutnu. So the real question @osulli is what font are you using in the terminal. You can use "Ubutnu monospace" which supports the character, or of course you can download any of a number of free fonts that support it, such as Google's Noto Mono or GNU Free Font Mono. See this article about how to install fonts (and see what you already have installed) on Ubutntu. Alternative glyphs include
Geodesic does not currently support customizing the glyph by itself, but as I mentioned above, it supports 2 alternatives to the default, |
Standard ubuntu terminal. I was on "Monogspace Regular". I tried "Ubuntu Mono Regular" which also did not solve the glyph issue. |
@Nuru As per #422 I figured on Geodesic 0.85.0 executing:
I also added and rebuilt my module with this in the Dockerfile but no luck:
Have I missed a setup instruction to use the geodesic dot file? |
@osulli It is odd that your terminal still has this issue with the Ubuntu font. Is your terminal set to UTF-8 encoding? (Terminal -> Profile Preferences -> Compatibility tab -> Encoding:). What is your locale set to? In particular, check My apologies about your difficulty setting up your preferences. Reviewers did not like the name In any case, setting it in your preferences is just a convenience so that it is automatically set up the way you like. You can test out the setting by running |
With release 0.86.2 we added a |
In my terminal:
In my module:
|
Thank you this works fine now. |
@Nuru please can you give an example on how to use |
@osulli Just set
|
Considering this closed by #429, since we cannot auto-detect what characters are available. If someone has a better solution, please open a new issue or pull-request describing or implementing it. |
Our updated recommendation is to install the
Alternatively, #756 introduces new options for changing the character, making our fallback recommendation setting |
what
why
Versions
Screenshot
The text was updated successfully, but these errors were encountered: