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

Comparing rxvt-unicode/README.FAQ (file contents):
Revision 1.13 by root, Sun Apr 17 22:36:12 2005 UTC vs.
Revision 1.14 by root, Thu Jun 30 14:00:49 2005 UTC

226 that doesn't work, you might be forced to use a different font. 226 that doesn't work, you might be forced to use a different font.
227 227
228 All of this is not a problem when using X11 core fonts, as their 228 All of this is not a problem when using X11 core fonts, as their
229 bounding box data is correct. 229 bounding box data is correct.
230 230
231 On Solaris 9, many line-drawing characters are too wide.
232 Seems to be a known bug, read
233 <http://nixdoc.net/files/forum/about34198.html>. Some people use the
234 following ugly workaround to get non-double-wide-characters working:
235
236 #define wcwidth(x) wcwidth(x) > 1 ? 1 : wcwidth(x)
237
231 My Compose (Multi_key) key is no longer working. 238 My Compose (Multi_key) key is no longer working.
232 The most common causes for this are that either your locale is not 239 The most common causes for this are that either your locale is not
233 set correctly, or you specified a preeditStyle that is not supported 240 set correctly, or you specified a preeditStyle that is not supported
234 by your input method. For example, if you specified OverTheSpot and 241 by your input method. For example, if you specified OverTheSpot and
235 your input method (e.g. the default input method handling Compose 242 your input method (e.g. the default input method handling Compose
300 emulator). 307 emulator).
301 308
302 The rxvt-unicode author insists that the right way to fix this is in 309 The rxvt-unicode author insists that the right way to fix this is in
303 the system libraries once and for all, instead of forcing every app 310 the system libraries once and for all, instead of forcing every app
304 to carry complete replacements for them :) 311 to carry complete replacements for them :)
312
313 I use Solaris 9 and it doesn't compile/work/etc.
314 Try the diff in doc/solaris9.patch as a base. It fixes the worst
315 problems with "wcwidth" and a compile problem.
305 316
306 How does rxvt-unicode determine the encoding to use? 317 How does rxvt-unicode determine the encoding to use?
307 Is there an option to switch encodings? 318 Is there an option to switch encodings?
308 Unlike some other terminals, rxvt-unicode has no encoding switch, 319 Unlike some other terminals, rxvt-unicode has no encoding switch,
309 and no specific "utf-8" mode, such as xterm. In fact, it doesn't 320 and no specific "utf-8" mode, such as xterm. In fact, it doesn't

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines