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.1 by pcg, Mon Nov 24 17:28:07 2003 UTC vs.
Revision 1.5 by pcg, Tue Feb 24 22:28:40 2004 UTC

1Sketchy overview of the details: 1Sketchy overview of the details:
2 2
3- gcc is probably required to compile this release, g++, too, as it has 3- gcc-3.x is probably required to compile this release, g++-3.x, too, as it
4 been re-written in C++. 4 has been re-written in C++ (and a corresponding version of libstdc++).
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 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 9- wchar_t MUST be UNICODE or ISO-10646-1 on your system, or various things
10 things will break down. 10 will break down. On GNU/Linux, this is true, on Solaris, this is true
11 only for "@ucs" locales, but you should have plenty of them.
11 12
12- rxvt ALWAYS expects utf-8 input, regardless of the locale, currently. 13- rxvt will use unicode internally, but does input/output in the current
13 so only start it in a utf-8-locale: "LC_CTYPE=en_US.UTF-8 rxvt" etc.. 14 locale. so to get a utf-8 terminal, use "LC_CTYPE=en_US.UTF-8 rxvt" or
15 equivalent.
16
17- you can specify a different locale to be used for your input method
18 using the imLocale ressource or switch, e.g.:
19 LC_CTYPE=ja_JP.UTF-8 rxvt -imlocale ja_JP.EUC-JP
20
21- keyboard input is limited by the selected X locale.
14 22
15- "-fn" commandline switch and *.font ressource accepts a comma 23- "-fn" commandline switch and *.font ressource accepts a comma
16 seperated list of fontnames: 24 seperated list of fontnames:
17 25
18 x:9x15bold a x11 font 26 x:9x15bold a x11 font
19 9x15bold the same 27 9x15bold the same
20 xft:Andale Mono a xft font 28 xft:Andale Mono a xft font
21 xft:Andale Mono:pixelsize=20 29 xft:Andale Mono:pixelsize=20
22 30
23- the _first_ font in the list selects the cell width/height. All other fonts 31- the _first_ font in the list selects the cell width/height. All other
24 must be smaller or same sized, or they will be ignored or worse. xft fonts 32 fonts must be smaller or same sized, or they will be ignored or worse.
25 will automatically be rescaled. 33 xft fonts will automatically be rescaled, x11-fonts, too, if their
34 size is not specified in the XLFD.
26 35
27- the fonts will be tried in the order given when searching for a font 36- the fonts will be tried in the order given when searching for a font
28 to display a specific character. if you are e.g. mainly interested in 37 to display a specific character. if you are e.g. mainly interested in
29 japanese you might want to put a japanese font first to get the ascii 38 japanese you might want to put a japanese font first to get the ascii
30 characters in it. If you are mainly interested in a text terminal and 39 characters in it. If you are mainly interested in a text terminal and
31 only want to display other characters you should put a ascii/is8859 text 40 only want to display other characters you should put a ascii/is8859 text
32 font first (e.g. "9x15bold") and let rxvt sort it out. 41 font first (e.g. "9x15bold") and let rxvt sort it out.
33 42
34- xft fonts require gobs of memory and generally are slow 43- xft fonts require gobs of memory and generally are slow. try not to
44 antialias them ("Font:antialias=false") when possible. Often looks
45 better, too, as they then match other fonts in weight.
35 46
36- src/defaultfont.C lists the fallback fonts that are tried when a character cannot 47- src/defaultfont.C lists the fallback fonts that are tried when a
37 be displayed with the current list of fonts. 48 character cannot be displayed with the current list of fonts.
49
50- using bold fonts for the bold attribute is not supported by xft
51 and will not be supported by rxvt-unicode, either, even for normal x11
52 fonts.
53
54- normal bold text will use reverse video unless the colorBD resource has
55 been set. coloured text will use high-intensity colours for bold.
38 56
39Marc <rxvt@plan9.de> 57Marc <rxvt@plan9.de>
40 58

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines