From owner-freebsd-hackers Thu Oct 4 13:44:46 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from bogslab.ucdavis.edu (bogslab.ucdavis.edu [169.237.68.34]) by hub.freebsd.org (Postfix) with ESMTP id EE64E37B40A for ; Thu, 4 Oct 2001 13:44:37 -0700 (PDT) Received: from thistle.bogs.org (thistle.bogs.org [198.137.203.61]) by bogslab.ucdavis.edu (8.9.3/8.9.3) with ESMTP id NAA03516 for ; Thu, 4 Oct 2001 13:44:30 -0700 (PDT) (envelope-from greg@bogslab.ucdavis.edu) Received: from thistle.bogs.org (localhost [127.0.0.1]) by thistle.bogs.org (8.11.3/8.11.3) with ESMTP id f94KgCS15225 for ; Thu, 4 Oct 2001 13:42:13 -0700 (PDT) (envelope-from greg@thistle.bogs.org) Message-Id: <200110042042.f94KgCS15225@thistle.bogs.org> To: hackers@FreeBSD.ORG X-To: Michael Sinz X-Sender: owner-freebsd-hackers@FreeBSD.ORG Subject: Re: ALT- (Was: how to make 'for' understand two words as asingleargumen) In-reply-to: Your message of "Thu, 04 Oct 2001 15:39:48 EDT." <89efc3b204df3107d1@[192.168.1.4]> Reply-To: gkshenaut@ucdavis.edu Date: Thu, 04 Oct 2001 13:42:12 -0700 From: Greg Shenaut Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <89efc3b204df3107d1@[192.168.1.4]>, Michael Sinz cleopede: >This was within the context of alt-space replacing spaces in file names. >As things stand now, it is not even easily usable as the main tool used >to list the files in a directory does not show it correctly. (As far as >the non-printables, I agree that LS is supposed to do, but is non-breaking >space really a non-printable?) touch "altspace" "regularspace" env LANG=fr_FR.ISO_8859-1 ls alt space regular space env LANG= ls alt?space regular space I believe that most (not quite all) character sets in which 0xa0 is defined at all use it for unbreakable space. (But it is not defined in 7-bit ASCII, which is the FreeBSD default.) Greg Shenaut To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message