From owner-freebsd-questions@FreeBSD.ORG Fri May 29 08:17:23 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77DDB1065735 for ; Fri, 29 May 2009 08:17:23 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (unknown [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id 5082D8FC1E for ; Fri, 29 May 2009 08:17:23 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id n4T8GIpA009751 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 29 May 2009 01:16:18 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id n4T8GI8B009750; Fri, 29 May 2009 01:16:18 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA06175; Fri, 29 May 09 01:15:09 PDT Date: Fri, 29 May 2009 01:14:18 -0700 From: perryh@pluto.rain.com To: dnelson@allantgroup.com Message-Id: <4a1f995a.dr0p9Gyl57bGweri%perryh@pluto.rain.com> References: <20090528190111.GA90077@dan.emsphone.com> In-Reply-To: <20090528190111.GA90077@dan.emsphone.com> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: character sets for file names on ufs? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2009 08:17:23 -0000 Dan Nelson wrote: > ... ufs filenames have no assumed character set. I take it the / character is the same across all encodings then? Last I knew the pathname separator was treated specially.