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

Comparing rxvt-unicode/README.unicode (file contents):
Revision 1.5 by pcg, Tue Feb 24 22:28:40 2004 UTC vs.
Revision 1.6 by pcg, Wed Feb 25 12:38:30 2004 UTC

5 5
6- the options used in the ./reconf script should work. everything else 6- the options used in the ./reconf script should work. everything else
7 might work and might be broken. 7 might work and might be broken.
8 8
9- wchar_t MUST be UNICODE or ISO-10646-1 on your system, or various things 9- wchar_t MUST be UNICODE or ISO-10646-1 on your system, or various things
10 will break down. On GNU/Linux, this is true, on Solaris, this is true 10 will break down. On GNU/Linux, this is true for all locales, on Solaris,
11 only for "@ucs" locales, but you should have plenty of them. 11 this might be true only for locales ending in "@ucs", but you should
12 have plenty of them, as there should be a corresponding @ucs-locale for
13 every normal locale.
14
15 If you know details for other operating systems, please notify me (in
16 general, if your env defines __STDC_ISO_10646__ then everything should
17 be fine).
12 18
13- rxvt will use unicode internally, but does input/output in the current 19- rxvt will use unicode internally, but does input/output in the current
14 locale. so to get a utf-8 terminal, use "LC_CTYPE=en_US.UTF-8 rxvt" or 20 locale. so to get a utf-8 terminal, use "LC_CTYPE=en_US.UTF-8 rxvt" or
15 equivalent. 21 equivalent.
16 22
17- you can specify a different locale to be used for your input method 23- you can specify a different locale to be used for your input method
18 using the imLocale ressource or switch, e.g.: 24 using the imLocale ressource or switch, e.g.:
19 LC_CTYPE=ja_JP.UTF-8 rxvt -imlocale ja_JP.EUC-JP 25 LC_CTYPE=ja_JP.UTF-8 rxvt -imlocale ja_JP.EUC-JP
20 26
21- keyboard input is limited by the selected X locale. 27- keyboard input is limited by the selected locale (and X's support for it),
28 tty input and output likewise. selection support is mostly independent
29 of the locale.
22 30
23- "-fn" commandline switch and *.font ressource accepts a comma 31- "-fn" commandline switch and *.font ressource accepts a comma
24 seperated list of fontnames: 32 seperated list of fontnames:
25 33
26 x:9x15bold a x11 font 34 x:9x15bold a x11 font

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines