From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: Re: decoding html char codes Date: Mon, 06 Jan 2014 19:11:32 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87ha9gejm3.fsf@flea.lifelogs.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1389053434 6643 80.91.229.3 (7 Jan 2014 00:10:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Jan 2014 00:10:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 07 01:10:37 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W0KFf-00020W-4g for geh-help-gnu-emacs@m.gmane.org; Tue, 07 Jan 2014 01:10:35 +0100 Original-Received: from localhost ([::1]:38160 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0KFe-0005Mz-7Y for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Jan 2014 19:10:34 -0500 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!eu.feeder.erje.net!news.albasani.net!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-X-Trace: news.albasani.net 7ClhWl+roO/x8Xtv8eDeqGt+c0SLMGGWx4j1pD+GpW3m030PAzMubQB9bjdEcePCP3y8LXPDVmu+SOxQyB1UTw== Original-NNTP-Posting-Date: Tue, 7 Jan 2014 00:09:51 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="cJSyu2AtabIh3cvb20N7KZK6GqwY1uxWgaWPkqztfXApjVulbuWpYXTXYLL4pRZAYOAxcle//kWOWJ6TLUnBsqxEQ0sfRweRmhoiBBbBU0xvP0rIo/bXCdtAEcp+LrUM"; mail-complaints-to="abuse@albasani.net" User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:WzxOqRc2IoCPes8t138OCDaIinI= sha1:j//Moxr2kw46GP4+nhMfaQFG2LA= Original-Xref: usenet.stanford.edu gnu.emacs.help:203021 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95290 Archived-At: On Wed, 01 Jan 2014 09:58:49 -0500 Stefan Monnier wrote: >> I have an ad-hoc dictionary for doing such translations. However emacs >> seems to be shipped with at least 2. One located in etc/nxml/ and another >> in lisp/leim/quail/sgml-input.el. Does anyone know through which APIs can SM> IIRC there's iso-sgml2iso (which uses yet another such dictionary). Is there a reason not to unify all of them? The HTML character codes are not a quick-moving lot. Ted