On Thu, Oct 11, 2007 at 04:03:12PM +0100, Philip Armstrong wrote: > NB. less version 408 from testing is fine.
ITYM 406. Indeed, 408 has a tendency to segfault when searching a non-UTF-8 file in a UTF-8 locale. Here's a trivial example: $ echo -e '\xe9e :' > foo $ LANG=en_CA.utf-8 less foo /a<enter> Interestingly, removing any one of the three ASCII characters will prevent the segfault. -- <liiwi> udp - universal dropping of an pigeon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

