From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: normalize.el Date: Thu, 02 Apr 2009 10:10:50 +0200 Message-ID: <87ljqjscfp.fsf@kfs-lx.rd.rdm> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1238659884 25334 80.91.229.12 (2 Apr 2009 08:11:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Apr 2009 08:11:24 +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 10:12:42 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 1LpI2M-0004pu-05 for ged-emacs-devel@m.gmane.org; Thu, 02 Apr 2009 10:12:35 +0200 Original-Received: from localhost ([127.0.0.1]:41674 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpI0y-0003HU-0R for ged-emacs-devel@m.gmane.org; Thu, 02 Apr 2009 04:11:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LpI0s-0003HP-Jb for emacs-devel@gnu.org; Thu, 02 Apr 2009 04:11:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LpI0r-0003HD-IO for emacs-devel@gnu.org; Thu, 02 Apr 2009 04:11:02 -0400 Original-Received: from [199.232.76.173] (port=47994 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpI0r-0003HA-DD for emacs-devel@gnu.org; Thu, 02 Apr 2009 04:11:01 -0400 Original-Received: from mail1-hoer.fullrate.dk ([90.185.1.42]:62941 helo=smtp.fullrate.dk) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LpI0r-0007Ot-3b for emacs-devel@gnu.org; Thu, 02 Apr 2009 04:11:01 -0400 Original-Received: from kfs-lx.rd.rdm.cua.dk (unknown [90.184.173.152]) by smtp.fullrate.dk (Postfix) with SMTP id A54FB9D24F; Thu, 2 Apr 2009 10:10:51 +0200 (CEST) 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.60 (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:109991 Archived-At: Kenichi Handa writes: > 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. > > > ;;; normalize.el --- Unicode normalization NFC/NFD/NFKD/NFKC > Handa-san, I have no opinion on the functionality of this package - or whether it should go in now or later - but I think the name of the package is way too generic - "normalize" reallly says nothing at all - and can mean 1000 things to different people and in different contexts. So maybe something like utf-8-hfs.el hfs-normalize.el utf-normalize.el or whatever... (and change the normalize- prefix accordingly) -- Kim F. Storm http://www.cua.dk