ok hand sign 👌 #x1f44c
thumb up 👍 #x1f44d
thumb down 👎 #x1f44e
when calling describe-char on them, it doesn't give their names.
is this a bug? does it happen to just few chars, or perhaps all chars
outside basic multilingual plane? I know that many chars outside of
BMP doesn't have this problem.
Xah ∑ http://xahlee.org/
thanks Jason & Klaus. Great answers.
Xah
revno: 100559
committer: Juanma Barranquero <lek...@gmail.com>
branch nick: trunk
timestamp: Wed 2010-06-09 17:46:41 +0200
message:
Update to Unicode 6.0.0 beta.
* admin/unidata/UnicodeData.txt: Update from
http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
But I look native Emacs binary and not found 'UnicodeData.txt'.
How Emacs know name of Unicode chars?
'emacs-23.2/etc/nxml' dir contain code description. This used?
--
Best regards!
> How Emacs know name of Unicode chars?
From source.
From UnicodeData.txt the files lisp/international/uni-*.el are derived.
--
Greetings
Pete
Remember: use logout to logout.
The admin directory is not part of the release tarball.
> How Emacs know name of Unicode chars?
>
> 'emacs-23.2/etc/nxml' dir contain code description. This used?
No. The names from UnicodeData.txt are compressed and put into
lisp/international/uni-name.el. Other properties are in the other
uni-*.el files. Emacs uses those when needed.