View previous topic :: View next topic |
Author |
Message |
tonkazoid n00b
Joined: 14 Aug 2014 Posts: 10
|
Posted: Sat Nov 15, 2014 8:22 pm Post subject: suckless tabbed character encoding |
|
|
Heyho,
I have some problems with tabbed (Image). I'm using my own font with encoding iso10646-1.
Font is located in ~/.fonts with mkfondir. It's working fine in terminals etc. (st terminal with ncmpcpp in the image is the same font).
tabbed.h Code: | static const char font[] = "-*-gomme-*-*-*--*-*-*-*-*-*-*-*"; |
But somehow tabbed only displays Null characters (but the right font). Does tabbed support iso10646 or only iso8859? |
|
Back to top |
|
|
charles17 Advocate
Joined: 02 Mar 2008 Posts: 3685
|
Posted: Mon Nov 17, 2014 5:50 pm Post subject: |
|
|
We've seen similar in the past with Fluxbox which turned out an upstream bug with utf-8. http://i.imgur.com/NYD3lmg.png
Are you sure x11-misc/tabbed is aware of unicode at all? Did you try with other fonts? |
|
Back to top |
|
|
tonkazoid n00b
Joined: 14 Aug 2014 Posts: 10
|
Posted: Mon Nov 17, 2014 10:25 pm Post subject: |
|
|
charles17 wrote: | Are you sure x11-misc/tabbed is aware of unicode at all? Did you try with other fonts? |
Yes, seems like it can't display iso10646/unicode. I've tried it with terminus-u... the same result.
I've made a second version of my font with iso8859. Special Chars are blank but the rest is working. |
|
Back to top |
|
|
tonkazoid n00b
Joined: 14 Aug 2014 Posts: 10
|
Posted: Tue Nov 18, 2014 1:09 am Post subject: |
|
|
Strange, was there a forum "reset"? my answer disapeared.
charles17 wrote: | Are you sure x11-misc/tabbed is aware of unicode at all? Did you try with other fonts? |
Yes, seems like it doesn't support unicode/iso10646. I've tried terminus-uincode with the same result.
I'm now using a iso8859 version of my font. |
|
Back to top |
|
|
|