From: Thien-Thi Nguyen <ttn@gnuvola.org>
To: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org, Nordlöw <per.nordlow@gmail.com>
Subject: Re: Unicode Symbol for compact display of const attribute
Date: Tue, 08 Jul 2008 18:52:44 +0200 [thread overview]
Message-ID: <87fxqk1foj.fsf@ambire.localdomain> (raw)
In-Reply-To: <C4DA8322-095E-472F-8E2A-10B4EE81BE74@Web.DE> (Peter Dyballa's message of "Tue, 8 Jul 2008 17:47:00 +0200")
() Peter Dyballa <Peter_Dyballa@Web.DE>
() Tue, 8 Jul 2008 17:47:00 +0200
Can you draw it or supply its Unicode name or position? The Unicode
organisation offers charts to *see* all assigned code points.
You can always try:
- find UnicodeData.txt somewhere on the Net;
- fnsert it into a buffer;
- move point to beginning of buffer;
- eval the form:
(while (looking-at "[0-9A-F]+")
(insert (string-to-number (match-string 0) 16) "\t")
(forward-line 1))
This give good results in Emacs 23.0.60, YMMV.
thi
next prev parent reply other threads:[~2008-07-08 16:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-08 13:53 Unicode Symbol for compact display of const attribute Nordlöw
2008-07-08 15:47 ` Peter Dyballa
2008-07-08 16:52 ` Thien-Thi Nguyen [this message]
2008-07-08 17:21 ` James Cloos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87fxqk1foj.fsf@ambire.localdomain \
--to=ttn@gnuvola.org \
--cc=Peter_Dyballa@Web.DE \
--cc=help-gnu-emacs@gnu.org \
--cc=per.nordlow@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).