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

Soft right arrows not displaying #20

Open
vendion opened this issue Mar 7, 2013 · 6 comments
Open

Soft right arrows not displaying #20

vendion opened this issue Mar 7, 2013 · 6 comments

Comments

@vendion
Copy link

vendion commented Mar 7, 2013

Using rxvt-unicode (urxvt) v9.17 with the unicode3 option enabled I do not see the soft right arrows, the other arrows and glyphs display just fine. I have tried this with multiple fonts including the Monaco font that is currently in a Pull Request as well as the SourceCodePro font. I am using the python2 version of the powerline plugin from Arch's AUR.

Screen shots of what I am seen can be found here: http://imgur.com/a/Jyr9Z the font used in the screenshots is Source Code Pro.

@Lokaltog
Copy link
Member

Lokaltog commented Mar 7, 2013

What are your encoding and termencoding settings? This is probably related to some Unicode setting in your environment, please verify that you have enabled UTF-8 everywhere.

@vendion
Copy link
Author

vendion commented Mar 7, 2013

My system locale is set as so

LANG=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES=C
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"

In Vim my encoding is set to UTF-8 and my termencoding is blank. If I define termencoding as being UTF-8 and reload Vim there is still no change in the statusbar.

@Lokaltog
Copy link
Member

Lokaltog commented Mar 7, 2013

Hm, I thought your statusline didn't render correctly at all, but after looking closer at the screenshots I can see that only the left-pointing soft arrow doesn't render correctly. That's quite strange and could very well be an issue with the font patching. Does the glyph show up when opening the font in fontforge (or a character map)?

@vendion
Copy link
Author

vendion commented Mar 7, 2013

For Source Code Pro, the Monico font is on a different box, I can find the left-pointing soft arrow is in U+e0b3 using fontforge

@indiv0
Copy link

indiv0 commented Jul 20, 2014

Also having this issue with rxvt-unicode-patched, latest vim-airline, and latest powerline-font for Inconsolata-dz at size 11.

Symbols appear correctly in gVim.

@phongvcao
Copy link

I also have this problem with urxvt and Powerline. Here is my URxvt font configuration:

URxvt*font:                 xft:Dejavu Sans Mono for Powerline:bold:pixelsize=12:antialias=true
URxvt*boldFont:             xft:Dejavu Sans Mono for Powerline:bold:pixelsize=12:antialias=true
URxvt*imFont:               xft:Dejavu Sans Mono for Powerline:bold:pixelsize=12:antialias=true
URxvt*italicFont:           xft:Dejavu Sans Mono for Powerline:bold:italic:pixelsize=12:antialias=true
URxvt*boldItalicFont:       xft:Dejavu Sans Mono for Powerline:bold:italic:pixelsize=12:antialias=true

And all of my locale variables are correctly set to en_US.UTF-8. Everything works fine under gnome-terminal though.

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

4 participants