From owner-freebsd-current@FreeBSD.ORG Wed Jun 11 04:34:49 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 652321065675 for ; Wed, 11 Jun 2008 04:34:49 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id EEF6C8FC17 for ; Wed, 11 Jun 2008 04:34:48 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so2364021fgb.35 for ; Tue, 10 Jun 2008 21:34:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=jgKJB90KyRA9WX9svTT9p7aj0PpOUQmwvCECAb3mshk=; b=oACSXJ3W7Ty1j83xjBcosxp7tPoZXI7FDggLMy+nH5t7sKYw9tiqaj9azrR4QraBvp V8kbJ/vJttD7OY0bLoOcpF1772Jsl7jloA4ZgnBIMpA/NbKI+uaVgCljfzA5s/R0mG1V ZVOhx5HcoVt7aYKaRxY7w0Dxj/juRXlo5yd/g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=SfBYDMrjAS+E1cF3aguggSaWl4KJdGS8P8bX6K8d341275JOCYQHt/ryUovA9DJTzY nDxPuwRHQw4MfZrxEtsUVQmmGtpQjlPdMOay/DLoJia5JGJhlw91KAKTHLArs1eDBuGd iQ0Iq0PAEANvAVbwNGrIpzhKhZ9KJkrJQh10Q= Received: by 10.86.66.11 with SMTP id o11mr6581539fga.43.1213158887888; Tue, 10 Jun 2008 21:34:47 -0700 (PDT) Received: by 10.86.26.8 with HTTP; Tue, 10 Jun 2008 21:34:47 -0700 (PDT) Message-ID: <7d6fde3d0806102134m1920c37free3f9a10b85bbadd@mail.gmail.com> Date: Tue, 10 Jun 2008 21:34:47 -0700 From: "Garrett Cooper" To: "Stanislav Sedov" In-Reply-To: <20080611022502.3d6c01d5.stas@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7d6fde3d0806091102k62637099qbaa73ca4d38ff64c@mail.gmail.com> <484DB796.4030204@mawer.org> <20080611022502.3d6c01d5.stas@FreeBSD.org> Cc: current@freebsd.org, Peter Wemm , Antony Mawer Subject: Re: Moving from smbfs to cifs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2008 04:34:49 -0000 On Tue, Jun 10, 2008 at 3:25 PM, Stanislav Sedov wrote: > On Tue, 10 Jun 2008 09:07:02 +1000 > Antony Mawer mentioned: > >> - Problems dealing with various character encodings in filenames > > What problems you mean? It has a '-E' switch to set encoding. > E.g. '-E koi8-r:cp866' always works for me. UTF-8/UTF-16/UTF-32 support? -Garrett