unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* multiple destinations in charset mapping files
@ 2009-06-24  8:11 YAMAMOTO Mitsuharu
  2009-06-25  0:36 ` Kenichi Handa
  0 siblings, 1 reply; 4+ messages in thread
From: YAMAMOTO Mitsuharu @ 2009-06-24  8:11 UTC (permalink / raw)
  To: emacs-devel

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-06-25  3:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-24  8:11 multiple destinations in charset mapping files YAMAMOTO Mitsuharu
2009-06-25  0:36 ` Kenichi Handa
2009-06-25  2:31   ` YAMAMOTO Mitsuharu
2009-06-25  3:45     ` Kenichi Handa

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).