Javier Vasquez
2008-03-10 01:48:58 UTC
Hi,
I like using terminus font, but somehow it doesn't support utf8. When
using gvim (I compiled it against lesstif, but with openmotif is the
same as well as with gtk+2, since I tried all, the best result is with
openmotif, which doesn't die after the warning), I get:
% vi
Warning: Unable to load any usable fontset
Vim: Caught deadly signal SEGV
Vim: Finished.
Segmentation fault
This when I have LANG set as en_US.utf8. When I have it set to
en_US.iso88591 I don't get the error. The font I'm using is:
Vim.font: -xos4-terminus-medium-*-*-*-24-*-*-*-*-*-*-*
I'm hoping I could use terminus font with en_US.utf8, although it
doesn't seem possible. Notice I see several fonts already compiled
for iso8859-1:
% xlsfonts | grep -E 'iso8859-1' | wc -l
4710
But I don't see anything already compiled for utf8:
% xlsfonts | grep -Ei 'utf' | wc -l
0
Is there a way to make available fonts support en_US.utf8 language?
Any suggestions? Please notice plain vim under xterm/aterm/mrxvt has
no problem at all.
Thanks,
I like using terminus font, but somehow it doesn't support utf8. When
using gvim (I compiled it against lesstif, but with openmotif is the
same as well as with gtk+2, since I tried all, the best result is with
openmotif, which doesn't die after the warning), I get:
% vi
Warning: Unable to load any usable fontset
Vim: Caught deadly signal SEGV
Vim: Finished.
Segmentation fault
This when I have LANG set as en_US.utf8. When I have it set to
en_US.iso88591 I don't get the error. The font I'm using is:
Vim.font: -xos4-terminus-medium-*-*-*-24-*-*-*-*-*-*-*
I'm hoping I could use terminus font with en_US.utf8, although it
doesn't seem possible. Notice I see several fonts already compiled
for iso8859-1:
% xlsfonts | grep -E 'iso8859-1' | wc -l
4710
But I don't see anything already compiled for utf8:
% xlsfonts | grep -Ei 'utf' | wc -l
0
Is there a way to make available fonts support en_US.utf8 language?
Any suggestions? Please notice plain vim under xterm/aterm/mrxvt has
no problem at all.
Thanks,
--
Javier
Javier