From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Encoding for a file containing filenames? Date: Fri, 9 Nov 2007 01:50:46 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1194569473 31828 80.91.229.12 (9 Nov 2007 00:51:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Nov 2007 00:51:13 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: "Kenichi Handa" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 09 01:51:16 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IqI5b-000246-3w for ged-emacs-devel@m.gmane.org; Fri, 09 Nov 2007 01:51:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IqI5P-00065J-Cd for ged-emacs-devel@m.gmane.org; Thu, 08 Nov 2007 19:51:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IqI5E-000640-BN for emacs-devel@gnu.org; Thu, 08 Nov 2007 19:50:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IqI5C-00062Z-DR for emacs-devel@gnu.org; Thu, 08 Nov 2007 19:50:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IqI5C-00062P-88 for emacs-devel@gnu.org; Thu, 08 Nov 2007 19:50:50 -0500 Original-Received: from rv-out-0910.google.com ([209.85.198.191]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IqI5A-0002Xf-NN for emacs-devel@gnu.org; Thu, 08 Nov 2007 19:50:49 -0500 Original-Received: by rv-out-0910.google.com with SMTP id c27so295930rvf for ; Thu, 08 Nov 2007 16:50:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; 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=MSjp1MSwGTa/prfM0vdi0yGuDdmbjQcZc189gXKSjME=; b=BrdNYgIpOwo16oZH7Z58LAFmW/G8Jwlkr6XnnYmURAF5MJ71uxtEtBPxmNWMA+qcImJa8De7sZ4bGSR8BLb1nFFTex6GmxaBfN3Ka6HDn8CMQaBSsX8PN81QESwxAvILns5S8ivwiXRoWXOwfdULvMoBI1QZP9pceh7BDNFXP+4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qXxjVyRTAi+G0yW7t8FYH7Nk8TshDemh8puOQxzIssSYIlxk27h+pSNpzpqomDYWx/Ov8aNynycy8yE1cQbsgPjZ91K66Bjwd/zBk3QNHt4Ue/CL6FRt/up5Ykj5a1pJ5vHkhZjZSUmp82A6dxG9NtNfpdLXhiPrNOSsQXTXkLk= Original-Received: by 10.114.58.1 with SMTP id g1mr233506waa.1194569446706; Thu, 08 Nov 2007 16:50:46 -0800 (PST) Original-Received: by 10.114.168.11 with HTTP; Thu, 8 Nov 2007 16:50:46 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:82834 Archived-At: On 11/9/07, Kenichi Handa wrote: > But, unicode branch will be merged into the trunk before the > release based on the trunk code. So, I think it is better > to start using utf-8 now. This is a bug fix; it should go into the EMACS_22_BASE branch too. So the question is, are the chars that Emacs 22.2 does not know how to encode in utf-8 relevant, or, as Jason said, are they unlikely to appear in filenames? Juanma