From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: normalize.el Date: Thu, 02 Apr 2009 12:49:53 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1238691103 2578 80.91.229.12 (2 Apr 2009 16:51:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Apr 2009 16:51:43 +0000 (UTC) Cc: kawabata.taichi@gmail.com, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 02 18:53:01 2009 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 1LpQ9u-0000JU-QJ for ged-emacs-devel@m.gmane.org; Thu, 02 Apr 2009 18:52:55 +0200 Original-Received: from localhost ([127.0.0.1]:56615 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpQ8W-0000Ns-Pu for ged-emacs-devel@m.gmane.org; Thu, 02 Apr 2009 12:51:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LpQ75-0008Sq-Iq for emacs-devel@gnu.org; Thu, 02 Apr 2009 12:49:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LpQ71-0008QL-0N for emacs-devel@gnu.org; Thu, 02 Apr 2009 12:49:59 -0400 Original-Received: from [199.232.76.173] (port=57567 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpQ70-0008QB-TP for emacs-devel@gnu.org; Thu, 02 Apr 2009 12:49:54 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:14905 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LpQ70-0006Zf-HP for emacs-devel@gnu.org; Thu, 02 Apr 2009 12:49:54 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjoFANOJ1EnO+Lq2/2dsb2JhbACBUs8tg3wGhQQ X-IronPort-AV: E=Sophos;i="4.39,314,1235970000"; d="scan'208";a="36103712" Original-Received: from 206-248-186-182.dsl.teksavvy.com (HELO pastel.home) ([206.248.186.182]) by ironport2-out.teksavvy.com with ESMTP; 02 Apr 2009 12:49:53 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 0B16F8446; Thu, 2 Apr 2009 12:49:53 -0400 (EDT) In-Reply-To: (Kenichi Handa's message of "Thu, 02 Apr 2009 15:40:44 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:110013 Archived-At: > The attached is an Unicode normalization tool contributed by > Kawabata-san. It performs all the Unicode normalization > NFC/NFD/NFKD/NFKC, and provides a coding system utf-8-hfs > that is suitable to be used for Mac OS 8.1's file names. Great. Please rename it to uni-normalize.el or ucs-normalize.el. > Perhaps committing it to the trunk now is not good > considering that we are already pretesting for 23.1. Yes, let's keep it for Emacs-23.2. > What should I do with it? At least, I want Mac users to test it by > setting the default-file-name-coding-system to `utf-8-hfs'. Advertize it. Stefan