From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: describe-char missing info on unicode thumb up char Date: Sat, 29 Jan 2011 16:59:05 +0200 Message-ID: <83d3nfhi2u.fsf@gnu.org> References: <43c0ec93-f5d2-4d22-97c5-493f45c23c46@o9g2000pre.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1296313160 28848 80.91.229.12 (29 Jan 2011 14:59:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 29 Jan 2011 14:59:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 29 15:59:12 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PjCGe-0003Yx-JV for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Jan 2011 15:59:12 +0100 Original-Received: from localhost ([127.0.0.1]:43795 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjCGd-0000sp-VT for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Jan 2011 09:59:12 -0500 Original-Received: from [140.186.70.92] (port=34140 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjCG7-0000rm-3Y for help-gnu-emacs@gnu.org; Sat, 29 Jan 2011 09:58:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PjCG5-00073I-Un for help-gnu-emacs@gnu.org; Sat, 29 Jan 2011 09:58:39 -0500 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:47965) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PjCG5-00072y-N0 for help-gnu-emacs@gnu.org; Sat, 29 Jan 2011 09:58:37 -0500 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LFS00000HD1TQ00@a-mtaout21.012.net.il> for help-gnu-emacs@gnu.org; Sat, 29 Jan 2011 16:58:35 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.46.39]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LFS0002KHLMNJ50@a-mtaout21.012.net.il> for help-gnu-emacs@gnu.org; Sat, 29 Jan 2011 16:58:35 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.169 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78830 Archived-At: > From: Oleksandr Gavenko > Date: Sat, 29 Jan 2011 16:37:22 +0200 > > From Emacs brz repo: > > revno: 100559 > committer: Juanma Barranquero > 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'. 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.