dzen
dzen copied to clipboard
All cyrillic characters are displayed as rectangles [terminus-font]
Hello!
All cyrillic characters are displayed as rectangles with terminus-font:
echo "hello world кириллицав" | dzen2 -fn '-*-terminus-medium-*-*-*-22-*-*-*-*-*-koi8-u' -p -x 500 -y 1000 -w 500
Arch Linux
Tested with:
community/terminus-font 4.36-2 aur/terminus-cyrillic 4.38-1 aur/terminus-font-td1 4.38-1
community/dzen2 0.9.5git-1 aur/dzen2-xft-xpm-xinerama-svn 271-2 aur/dzen2-svn 271-3
In urxvt/roxterm symbols displayed correctly.
Sorry for my poor english.
Works fine with dzen2-0.8.5-7-x86_64.pkg.tar.xz. ( https://wiki.archlinux.org/index.php/Downgrading_Packages )
Yes, works fine in dzen2-0.8.5
but dont work in dzen2-0.9.5
. Any chance to fix it?
can we have this fixed please?
it's not even possible to use this repository as reference and get a certain older revision from it (because it has no tags)
and it's not possible to attempt a bisection because it has no svn history imported
Having the same issue here. The solution (bad solution) for me was to run dzen w/ LC_CTYPE in "ru_RU.UTF-8". Other locale variables don't change its behaviour. Downgrading works for me, too.
I have the exact same issue. It appears that we are going to have to fix this ourselves. If I get time I'll see if I can fix it (I'll report back if I do).
Two easy workarounds I can see:
-
LANG=fr dzen2 ........
It has to be a language that exists, but that you haven't enabled. - Just compile it without XFT enabled (pick option 4)
Thank you @stevenhoneyman. Workaround (2) is very simple on Gentoo.