all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: 30789@debbugs.gnu.org
Cc: "積丹尼 Dan Jacobson" <jidanni@jidanni.org>
Subject: bug#30789: 26.0.91; xml-parse-region works but libxml-parse-html-region doesn't
Date: Tue, 13 Mar 2018 08:38:09 +0900	[thread overview]
Message-ID: <b4m60609866.fsf@jpl.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1284 bytes --]

Hi,

Jidanni mailed me an example html mail that contains a broken
encoded text as follows:

<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body>
    .......公告辦理現金救助及低利貸款\343\200
 \202因2月
 低溫危害農作物為延遲性損害,.......
  </body>
</html>

This is a part of the contents.  The original one is encoded by
utf-8 and 8-bit (attached in this mail).  Where "\343\200\n \202"
is the encoded version of "。", i.e., "\343\200\202", but broken
in the middle of the bytes.  It seems that a stupid mail software
perpetrates it because of a long encoded line.

When I read the mail using Gnus + shr, the text after the broken
point is all cut off.  That is what libxml-parse-html-region does,
whereas xml-parse-region doesn't cut it.  Moreover a web browser,
to which I send the html data using the `K H' command, shows all
the text (the broken character is shown as is, though).

This is not necessarily a libxml bug anyway, but I hope it works
like xml-parse.

Thanks.

In GNU Emacs 26.0.91 (build 1, x86_64-unknown-cygwin, GTK+ Version 3.22.28)
 of 2018-03-12 built on localhost
Windowing system distributor 'The Cygwin/X Project', version 11.0.11906000

[-- Attachment #2: example-html-mail.gz --]
[-- Type: application/x-gunzip, Size: 238 bytes --]

             reply	other threads:[~2018-03-12 23:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-12 23:38 Katsumi Yamaoka [this message]
2018-03-13  0:44 ` bug#30789: 26.0.91; xml-parse-region works but libxml-parse-html-region doesn't Lars Ingebrigtsen
2018-03-13  2:28   ` Katsumi Yamaoka
2018-03-13  3:29     ` 積丹尼 Dan Jacobson
2018-03-13 11:28       ` Lars Ingebrigtsen
2018-03-13 20:27         ` 積丹尼 Dan Jacobson
2018-03-13 22:30           ` Lars Ingebrigtsen
2018-03-13  3:31     ` Katsumi Yamaoka
2018-03-13  2:55   ` 積丹尼 Dan Jacobson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4m60609866.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=30789@debbugs.gnu.org \
    --cc=jidanni@jidanni.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.