------- Problem reported by <[EMAIL PROTECTED]>
I have problems with the i386 v2.6.3 of rxvt.
I have downloaded and installed the xvgafont set of fonts (a Vga font
for X11 in iso8859-1 encoding) by Massimo Dal Zotto <[EMAIL PROTECTED]>.
But I can't use it with 'rxvt -fn vga-iso8859-1', under certain
circumstances, which result in segmentation faults. 'xterm -fn
vga-iso8859-1', on the other hand, works as expected.
I could trace the problem down to the locales settings:
LC_CTYPE=iso_8859_1 ; export LC_CTYPE
LANG=de_DE ; export LANG
works, but I have no Umlauts and a warning: "rxvt: Setting locale
failed." As soon as I add
LC_ALL=de_DE ; export LC_ALL
which would give me Umlauts in xterm, but rxvt segfaults. [...]
------- End of Forwarded Message