From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.devel Subject: Re: File names with accented Latin characters are not displayed correctly Date: Sun, 20 Nov 2005 10:17:52 +0900 Message-ID: References: <4a688eb6976fe19f639d8ae0fec0126d@Web.DE> <0ed07c7b9fe05cb0334850bba636bd40@Web.DE> <78d15ef37906afe015eb9c4f25111d12@Web.DE> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1132449592 26029 80.91.229.2 (20 Nov 2005 01:19:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 Nov 2005 01:19:52 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Sun Nov 20 02:19:43 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EddqG-00087M-MJ for gebp-emacs-pretest-bug@gmane.org; Sun, 20 Nov 2005 02:18:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EddqF-0004lb-Tl for gebp-emacs-pretest-bug@gmane.org; Sat, 19 Nov 2005 20:18:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EddqC-0004j6-BX for emacs-pretest-bug@gnu.org; Sat, 19 Nov 2005 20:18:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EddqA-0004im-KW for emacs-pretest-bug@gnu.org; Sat, 19 Nov 2005 20:18:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EddqA-0004ij-HB; Sat, 19 Nov 2005 20:17:58 -0500 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EddqA-0002ry-6y; Sat, 19 Nov 2005 20:17:58 -0500 Original-Received: from nfs.m17n.org (nfs.m17n.org [192.47.44.7]) by tsukuba.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id jAK1HrRJ028002; Sun, 20 Nov 2005 10:17:53 +0900 Original-Received: from etlken (etlken.m17n.org [192.47.44.125]) by nfs.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id jAK1Hqsn027871; Sun, 20 Nov 2005 10:17:53 +0900 Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1Eddq4-0005Ek-00; Sun, 20 Nov 2005 10:17:52 +0900 Original-To: Peter Dyballa In-reply-to: <78d15ef37906afe015eb9c4f25111d12@Web.DE> (message from Peter Dyballa on Sat, 19 Nov 2005 11:04:00 +0100) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for CVS Emacs." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.pretest.bugs:10141 gmane.emacs.devel:46307 Archived-At: In article <78d15ef37906afe015eb9c4f25111d12@Web.DE>, Peter Dyballa writes: >> Mr. Kawabata is now working on implementing converters >> between all normalization forms. He has already finished >> writing a code, sent assignment paper to FSF, and is now >> waiting for a reply. As soon as his contribution is >> accepted, I'll install it. Then I think you problem is >> solved. > This day could be close to Imperial Day and Christmas falling on the > same day! > Is Kawabata-san's code useful in improving GNU Emacs 22 too? There is > something needed for this too ... As I have not yet checked his code, I don't know. But I suspect that his code assumes that Emacs can handle all Unicode characters and that is not true for Emacs 22, which means we need fairly amount of extra work to make it work also on Emacs 22. --- Kenichi Handa handa@m17n.org