Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Sat, 6 Sep 2008 21:58:14 +0200 Received: by mail.proteosys.com (8.13.8/8.13.8) with ESMTP id m86Jw8rg027606 for ; Sat, 6 Sep 2008 21:58:09 +0200 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id m86JpZpW020269 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 6 Sep 2008 21:51:35 +0200 Received: from listserv.uni-heidelberg.de (localhost.localdomain [127.0.0.1]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id m85M1Jd8031843; Sat, 6 Sep 2008 21:51:28 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 21915 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Sat, 6 Sep 2008 21:51:27 +0200 Received: from relay2.uni-heidelberg.de (relay2.uni-heidelberg.de [129.206.210.211]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id m86JpRqk016388 for ; Sat, 6 Sep 2008 21:51:27 +0200 Received: from smtp.albany.edu (mail1.its.albany.edu [169.226.1.105]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id m86JpD5j010380 for ; Sat, 6 Sep 2008 21:51:17 +0200 Received: from hilbert.math.albany.edu (hilbert.math.albany.edu [169.226.140.28]) by smtp.albany.edu (8.13.8/8.13.8) with ESMTP id m86JpB0h010634 for ; Sat, 6 Sep 2008 15:51:11 -0400 (EDT) Received: (from hammond@localhost) by hilbert.math.albany.edu (8.13.8/8.13.8/Submit) id m86JpBIv022525; Sat, 6 Sep 2008 15:51:11 -0400 (EDT) References: <20080906063514.GA11840@irwin.vpn.uni-freiburg.de> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (usg-unix-v) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Scanned-By: MIMEDefang 2.64 on 213.139.130.197 X-Scanned-By: MIMEDefang 2.64 on 169.226.1.44 Message-ID: Date: Sat, 6 Sep 2008 15:51:11 -0400 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: William F Hammond Subject: Re: Unicode for accent \b? To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <20080906063514.GA11840@irwin.vpn.uni-freiburg.de> (Heiko Oberdiek's message of "Sat, 6 Sep 2008 08:35:14 +0200") Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -2.599 () BAYES_00 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 06 Sep 2008 19:58:14.0374 (UTC) FILETIME=[E5B56060:01C9105A] Status: R X-Status: X-Keywords: X-UID: 5216 Heiko Oberdiek writes: > Hello, > > what's the unicode code point for \b as accent? > > U+0331 COMBINING MACRON BELOW/NON-SPACING MACRON BELOW > + opposite of \= (U+0304 COMBINING MACRON/NON-SPACING MACRON) > - Unicode doesn't have a letter with this accent Yes, I think it's this. > +U0332 COMBINING LOW LINE/NON-SPACING UNDERSCORE > + practical use for underlining (e.g. in bookmarks) > - it isn't a typical accent The difference in U-0332 is that the "underline" will connect with adjacent characters, while a small gap is left with U-0331. > +U0320 COMBINING MINUS SIGN BELOW/NON-SPACING MINUS SIGN BELOW > - I don't see use cases, especially, there isn't a `plus sign below'. Nor I. But that doesn't mean non-existence of use cases. > My guess would be `macron below', \b seems to be inherited > from math mode. Why do you \b has origin in math mode? Doesn't \b make its debut in section 3.2 of Lamport (2nd edition), "Symbols from Other Languages"? AFAIK the macron is not used as a standard math accent. When the original question is raised in connection with html or xml generation, I think it is better to use precombined glyphs where they exist. For example, in a UTF-8-enabled xterm (at least in Linux), the two character sequence [b, U-0331] renders equivalently to the single character [U-1E07]. The latter (precombined) form was supported in some web browsers before support for the two character sequence was provided. For more see this small png screenshot: http://www.albany.edu/~hammond/gellmu/macroncombin.png -- Bill