> :------- 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
Geoff Wing <[EMAIL PROTECTED]> wrote:
> Re: "rxvt: Setting locale failed."
> This is a bug I've just isolated and fixed in the current
> (CVS/anonCVS) version (on the main trunk). Patch for 2.6.x at end.
Actually, this patch breaks input for many users (I've received two
bug reports already on this). It is preventing the locale from being
properly set and, as a result, is preventing some users from entering
cyrillic, kanji, etc.
- Brian