help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unicode Symbol for compact display of const attribute


From: Thien-Thi Nguyen
Subject: Re: Unicode Symbol for compact display of const attribute
Date: Tue, 08 Jul 2008 18:52:44 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

() 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]