ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.7.man.in
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.7.man.in (file contents):
Revision 1.81 by root, Fri Dec 29 05:09:48 2006 UTC vs.
Revision 1.82 by root, Sat Feb 17 20:36:36 2007 UTC

127.\} 127.\}
128.rm #[ #] #H #V #F C 128.rm #[ #] #H #V #F C
129.\" ======================================================================== 129.\" ========================================================================
130.\" 130.\"
131.IX Title "@@RXVT_NAME@@ 7" 131.IX Title "@@RXVT_NAME@@ 7"
132.TH @@RXVT_NAME@@ 7 "2006-12-29" "8.1" "RXVT-UNICODE" 132.TH @@RXVT_NAME@@ 7 "2007-02-17" "8.2" "RXVT-UNICODE"
133.SH "NAME" 133.SH "NAME"
134RXVT REFERENCE \- FAQ, command sequences and other background information 134RXVT REFERENCE \- FAQ, command sequences and other background information
135.SH "SYNOPSIS" 135.SH "SYNOPSIS"
136.IX Header "SYNOPSIS" 136.IX Header "SYNOPSIS"
137.Vb 2 137.Vb 2
1231If you encounter strange problems like typing an accented character but 1231If you encounter strange problems like typing an accented character but
1232getting two unrelated other characters or similar, or if program output is 1232getting two unrelated other characters or similar, or if program output is
1233subtly garbled, then you should check your locale settings. 1233subtly garbled, then you should check your locale settings.
1234.PP 1234.PP
1235Rxvt-unicode must be started with the same \f(CW\*(C`LC_CTYPE\*(C'\fR setting as the 1235Rxvt-unicode must be started with the same \f(CW\*(C`LC_CTYPE\*(C'\fR setting as the
1236programs. Often rxvt-unicode is started in the \f(CW\*(C`C\*(C'\fR locale, while the 1236programs running in it. Often rxvt-unicode is started in the \f(CW\*(C`C\*(C'\fR locale,
1237login script running within the rxvt-unicode window changes the locale to 1237while the login script running within the rxvt-unicode window changes the
1238something else, e.g. \f(CW\*(C`en_GB.UTF\-8\*(C'\fR. Needless to say, this is not going to work. 1238locale to something else, e.g. \f(CW\*(C`en_GB.UTF\-8\*(C'\fR. Needless to say, this is
1239not going to work, and is the most common cause for problems.
1239.PP 1240.PP
1240The best thing is to fix your startup environment, as you will likely run 1241The best thing is to fix your startup environment, as you will likely run
1241into other problems. If nothing works you can try this in your .profile. 1242into other problems. If nothing works you can try this in your .profile.
1242.PP 1243.PP
1243.Vb 1 1244.Vb 1
1244\& printf '\e33]701;%s\e007' "$LC_CTYPE" 1245\& printf '\e33]701;%s\e007' "$LC_CTYPE" # $LANG or $LC_ALL are worth a try, too
1245.Ve 1246.Ve
1246.PP 1247.PP
1247If this doesn't work, then maybe you use a \f(CW\*(C`LC_CTYPE\*(C'\fR specification not 1248If this doesn't work, then maybe you use a \f(CW\*(C`LC_CTYPE\*(C'\fR specification not
1248supported on your systems. Some systems have a \f(CW\*(C`locale\*(C'\fR command which 1249supported on your systems. Some systems have a \f(CW\*(C`locale\*(C'\fR command which
1249displays this (also, \f(CW\*(C`perl \-e0\*(C'\fR can be used to check locale settings, as 1250displays this (also, \f(CW\*(C`perl \-e0\*(C'\fR can be used to check locale settings, as
2478memory usage unless you use a font requiring one of these encodings. 2479memory usage unless you use a font requiring one of these encodings.
2479.TS 2480.TS
2480l l . 2481l l .
2481all all available codeset groups 2482all all available codeset groups
2482zh common chinese encodings 2483zh common chinese encodings
2483zh_ext rarely used but very big chinese encodigs 2484zh_ext rarely used but very big chinese encodings
2484jp common japanese encodings 2485jp common japanese encodings
2485jp_ext rarely used but big japanese encodings 2486jp_ext rarely used but big japanese encodings
2486kr korean encodings 2487kr korean encodings
2487.TE 2488.TE
2488 2489
2625It also enables some non-essential features otherwise disabled, such as: 2626It also enables some non-essential features otherwise disabled, such as:
2626.Sp 2627.Sp
2627.Vb 11 2628.Vb 11
2628\& some round-trip time optimisations 2629\& some round-trip time optimisations
2629\& nearest color allocation on pseudocolor screens 2630\& nearest color allocation on pseudocolor screens
2630\& UTF8_STRING supporr for selection 2631\& UTF8_STRING support for selection
2631\& sgr modes 90..97 and 100..107 2632\& sgr modes 90..97 and 100..107
2632\& backindex and forwardindex escape sequences 2633\& backindex and forwardindex escape sequences
2633\& view change/zero scorllback esacpe sequences 2634\& view change/zero scrollback escape sequences
2634\& locale switching escape sequence 2635\& locale switching escape sequence
2635\& window op and some xterm/OSC escape sequences 2636\& window op and some xterm/OSC escape sequences
2636\& rectangular selections 2637\& rectangular selections
2637\& trailing space removal for selections 2638\& trailing space removal for selections
2638\& verbose X error handling 2639\& verbose X error handling

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines