Hi all, Jeremy Wilkins <[EMAIL PROTECTED]> writes: > It doesn't work (seems to print has followed by carrige return); > * local rxvt > * local xterm > * remote xterm (ssh from Solaris box)
The pound is U+00A3 according to charmap.exe. Are you sure that it's not just a wrong readline setting? The following lines in ~/.inputrc or /etc/inputrc would help if that were the case: set convert-meta Off set output-meta On so long, benny
