-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Missing characters (urxvt issue) #6
Comments
I'd like to rule out the option that either the font or the terminal you're using doesn't fully support unicode. |
I can copy and paste those symbols to the terminal fine. Cat-ing that document everything dislpays correctly except the ethiopian and Runes secions. I'm using Urxvt as my terminal emulator if that helps |
Can you send me the output of compiling and running this: https://www.dropbox.com/s/v2k19a19z2kn7vz/size_test.cpp?dl=0? |
I think I ran this all correctly? |
Yup that checks out, thanks. |
You'll have to forgive me, I wasn't sure how to apply the patch but went with a google method and it seemed to work? However I still have the same issue, my outputs are below (i'm using powerline so ignore the formatting).
|
Oh sorry, I forgot to tell you the commands but you managed everything perfectly. Let's try this one: https://www.dropbox.com/s/y4vfxqvhl3ls9uq/expand_size.diff?dl=0 Run:
and let me know if the rectangles are still there. |
hmmm yeah its still the same. I even tried removing the local repo, re-cloning and applying both diffs then rebuilding |
Ok so I have tracked it down to a Urxvt problem. If I run it in termite it functions as expected |
Ok, can you post the Urxvt issue here so other people can see it if they run into a similar issue? |
I have the same problem with urxvt |
I'm not sure exactly what the issue is as I have not found a way to fix it yet. It seems like its some kind of UTF rendering problem in urxvt. I've also tried kitty and that also works jsut fine. |
It's missing the katakana font. Install ttf-mplus from AUR. It worked for me. |
@thor0dinson strange because I could copy/paste katakana characters in to the terminal and have them display properly, I even tried downloading a katakana font (not the one you listed) and added it as a fallback in my .Xresources but I still had the same issue. Personally I have now switched over to kitty and have everything working. |
@Riiskyy I managed to get it partially working. Steps: |
@Stock84-dev It looks like the missing character is 𐌇. |
Thanks for all your help with this, despite it not being a TMatrix problem.
I've modified the |
Hi, so I installed this and the ncurses5 library from the AUR. However my terminal does not display any of the special characters
I'm running a patched nerd font with the ncurses5 compat libs from AUR
The text was updated successfully, but these errors were encountered: