From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: multiple destinations in charset mapping files Date: Wed, 24 Jun 2009 17:11:56 +0900 Organization: Faculty of Science, Chiba University Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1245831196 11516 80.91.229.12 (24 Jun 2009 08:13:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Jun 2009 08:13:16 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 24 10:13:09 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 1MJNbH-0000vu-DE for ged-emacs-devel@m.gmane.org; Wed, 24 Jun 2009 10:13:00 +0200 Original-Received: from localhost ([127.0.0.1]:35604 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJNbG-00087F-Oz for ged-emacs-devel@m.gmane.org; Wed, 24 Jun 2009 04:12:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJNaR-0007hB-Pb for emacs-devel@gnu.org; Wed, 24 Jun 2009 04:12:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJNaN-0007ee-2R for emacs-devel@gnu.org; Wed, 24 Jun 2009 04:12:07 -0400 Original-Received: from [199.232.76.173] (port=44214 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJNaM-0007eR-UB for emacs-devel@gnu.org; Wed, 24 Jun 2009 04:12:02 -0400 Original-Received: from ntp.math.s.chiba-u.ac.jp ([133.82.132.2]:49886 helo=mathmail.math.s.chiba-u.ac.jp) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJNaM-0000kf-Cq for emacs-devel@gnu.org; Wed, 24 Jun 2009 04:12:02 -0400 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 66DB22C40 for ; Wed, 24 Jun 2009 17:11:56 +0900 (JST) User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) X-detected-operating-system: by monty-python.gnu.org: NetBSD 3.0 (DF) 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:111681 Archived-At: I noticed that some charset mapping files such as etc/charsets/symbol.map contain entries where the same source is mapped to multiple destinations, and the latter one is preferred in decoding in such cases. 0x20 0x0020 0x20 0x00A0 (decode-char 'symbol #x20) -> 160 But at least for symbol.map, it seems to be more natural to prefer the former entry (e.g., SPACE vs. NO-BRAKE SPACE, GREEK CAPITAL LETTER DELTA vs. INCREMENT). WDYT? YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp