gentoo-improvement (could be better)
authorroot <root>
Fri, 29 Dec 2006 05:49:33 +0000 (05:49 +0000)
committerroot <root>
Fri, 29 Dec 2006 05:49:33 +0000 (05:49 +0000)
doc/rxvt.7.pod

index efd7e35..304f6eb 100644 (file)
@@ -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<LC_CTYPE> setting as the
-programs. Often rxvt-unicode is started in the C<C> locale, while the
-login script running within the rxvt-unicode window changes the locale to
-something else, e.g. C<en_GB.UTF-8>. Needless to say, this is not going to work.
+programs running in it. Often rxvt-unicode is started in the C<C> locale,
+while the login script running within the rxvt-unicode window changes the
+locale to something else, e.g. C<en_GB.UTF-8>. 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<LC_CTYPE> specification not
 supported on your systems. Some systems have a C<locale> command which