From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/74748 Path: news.gmane.org!not-for-mail From: Julien Danjou Newsgroups: gmane.emacs.gnus.general Subject: Re: numeric entities Date: Mon, 06 Dec 2010 12:49:27 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: dough.gmane.org 1291636205 25081 80.91.229.12 (6 Dec 2010 11:50:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Dec 2010 11:50:05 +0000 (UTC) Cc: ding@gnus.org To: Katsumi Yamaoka Original-X-From: ding-owner+M23104@lists.math.uh.edu Mon Dec 06 12:50:01 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PPZZw-0004Up-EO for ding-account@gmane.org; Mon, 06 Dec 2010 12:50:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PPZZT-0003LK-Rb; Mon, 06 Dec 2010 05:49:31 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PPZZS-0003L6-9h for ding@lists.math.uh.edu; Mon, 06 Dec 2010 05:49:30 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PPZZQ-0004PT-JD for ding@lists.math.uh.edu; Mon, 06 Dec 2010 05:49:29 -0600 Original-Received: from coquelicot-s.easter-eggs.com ([213.215.37.94]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PPZZP-0008HS-00 for ; Mon, 06 Dec 2010 12:49:27 +0100 Original-Received: from cigue.easter-eggs.fr (cigue.easter-eggs.fr [10.0.0.33]) by rose.easter-eggs.fr (Postfix) with ESMTPS id 6EAC214035; Mon, 6 Dec 2010 12:49:25 +0100 (CET) Original-Received: from jdanjou by cigue.easter-eggs.fr with local (Exim 4.72) (envelope-from ) id 1PPZZP-0002nb-J2; Mon, 06 Dec 2010 12:49:27 +0100 Mail-Followup-To: Katsumi Yamaoka , ding@gnus.org In-Reply-To: (Katsumi Yamaoka's message of "Mon, 06 Dec 2010 16:33:20 +0900") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:74748 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Mon, Dec 06 2010, Katsumi Yamaoka wrote: > When reading html articles, I sometimes see numeric entities like > "›". Currently `shr' and `gnus-w3m' render it as "\233", but > it should be "=E2=80=BA", i.e. U+8250. Here is a conversion table stolen > from emacs-w3m (#155 is there as #x9B): I think you're wrong about the real problem. › is \233 if the document is UTF-8. The problem you may have is that your document is not UTF-8 and therefore #155 should not be \233 but =E2=80=BA in the encoding y= ou expect. =2D-=20 Julien Danjou // =E1=90=B0 http://julien.danjou.info --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkz8zccACgkQpGK1HsL+5c028QCdGMkHeOvIRKjybxZ1UIps8BrT daIAoN6VSBqrzO2EX1oGyevbMcF1KWEY =ldMC -----END PGP SIGNATURE----- --=-=-=--