From 8741689e1bc4954b76038f5921b403c129ebf13b Mon Sep 17 00:00:00 2001 From: root Date: Fri, 29 Dec 2006 05:49:33 +0000 Subject: [PATCH] gentoo-improvement (could be better) --- doc/rxvt.7.pod | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/rxvt.7.pod b/doc/rxvt.7.pod index efd7e35f..304f6ebb 100644 --- a/doc/rxvt.7.pod +++ b/doc/rxvt.7.pod @@ -958,14 +958,15 @@ getting two unrelated other characters or similar, or if program output is subtly garbled, then you should check your locale settings. Rxvt-unicode must be started with the same C setting as the -programs. Often rxvt-unicode is started in the C locale, while the -login script running within the rxvt-unicode window changes the locale to -something else, e.g. C. Needless to say, this is not going to work. +programs running in it. Often rxvt-unicode is started in the C locale, +while the login script running within the rxvt-unicode window changes the +locale to something else, e.g. C. Needless to say, this is +not going to work, and is the most common cause for problems. The best thing is to fix your startup environment, as you will likely run into other problems. If nothing works you can try this in your .profile. - printf '\33]701;%s\007' "$LC_CTYPE" + printf '\33]701;%s\007' "$LC_CTYPE" # $LANG or $LC_ALL are worth a try, too If this doesn't work, then maybe you use a C specification not supported on your systems. Some systems have a C command which -- 2.34.1