Kyle J. McKay e8948ec3a3 entities: support ' entity
The XHTML standard encompasses the XML standard.

From the beginning, the XML standard [1] has always included required
support for five character entities:

 1. the ampersand (&) as &
 2. the left angle bracket (<) as &lt;
 3. the right angle bracket (>) as &gt;
 4. the double-quote character (") as &quot;
 5. the apostrophe or single-quote character (') as &apos;

See section "2.4 Character Data and Markup" of the XML standard [1]
for further details.

Add support for the character single-quote character entity (&apos;)
in order to fully support XHTML pages.

[1]: https://www.w3.org/TR/REC-xml/

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
2019-11-08 15:53:20 -07:00
2019-06-30 12:15:22 -04:00
2018-12-22 12:52:49 +09:00
2012-05-24 23:06:47 +09:00
2019-01-05 17:32:51 +09:00
2011-05-04 16:05:14 +09:00
2011-05-04 16:41:45 +09:00
2011-05-04 16:41:45 +09:00
2015-01-15 20:50:16 +09:00
2011-05-04 16:41:45 +09:00
2019-07-02 22:32:55 +09:00
2011-05-04 16:05:14 +09:00
2011-05-04 16:41:45 +09:00
2011-05-04 16:05:14 +09:00
2019-11-08 15:53:20 -07:00
2018-03-04 20:50:49 +08:00
2019-06-30 12:15:22 -04:00
2011-05-04 16:05:14 +09:00
2015-08-11 21:59:27 +09:00
2011-05-04 16:05:14 +09:00
2015-08-11 21:59:28 +09:00
2013-04-08 21:48:49 +09:00
2011-05-04 16:05:14 +09:00
2011-05-04 16:05:14 +09:00
2011-05-04 16:05:14 +09:00
2011-05-04 16:05:14 +09:00
2011-05-04 16:05:14 +09:00
2011-05-04 16:05:14 +09:00
2011-05-04 16:05:14 +09:00
2015-08-11 21:59:27 +09:00
2011-05-04 16:05:14 +09:00
2012-05-24 23:14:28 +09:00
2019-11-08 15:53:20 -07:00
2019-11-08 15:53:20 -07:00
2011-05-04 16:05:14 +09:00
2011-05-04 16:41:45 +09:00
2011-05-04 16:23:02 +09:00
2018-10-26 21:13:46 +09:00
2013-10-14 23:02:26 +09:00
2013-04-08 21:36:33 +09:00
2015-08-11 21:59:27 +09:00
2018-03-04 20:42:40 +08:00
2011-05-04 16:05:14 +09:00
2015-08-11 21:59:27 +09:00
2019-04-21 21:47:52 +02:00
2016-08-08 21:00:25 +09:00
2015-01-15 19:38:11 +09:00
2011-05-04 16:05:14 +09:00
2016-11-27 15:24:34 +08:00
2011-05-04 16:05:14 +09:00
2013-10-14 22:31:01 +09:00
2011-05-04 16:05:14 +09:00
2011-05-04 16:41:45 +09:00
2011-05-04 16:05:14 +09:00
2011-05-04 16:05:14 +09:00
2019-01-05 17:38:22 +09:00
2015-08-11 21:59:27 +09:00
2011-05-04 16:05:14 +09:00
2011-05-04 16:05:14 +09:00
2011-05-04 16:05:14 +09:00
2011-05-04 16:05:14 +09:00
2019-06-30 12:15:22 -04:00
2015-07-20 16:58:41 +09:00
2011-05-04 16:05:14 +09:00
2011-05-04 16:05:14 +09:00
2011-05-04 16:05:14 +09:00
2017-12-25 07:02:21 +09:00
2011-05-04 16:23:02 +09:00
2011-05-04 16:05:14 +09:00
2011-05-04 16:05:14 +09:00
2019-06-30 12:15:22 -04:00
2016-04-02 06:51:06 +09:00
2016-04-02 06:51:06 +09:00
2015-08-11 21:59:27 +09:00

w3m: WWW wo Miru Tool
=====================

w3m is a pager with WWW capability.  It IS a pager, but it can be used
as a text-mode WWW browser.

If you can read English, see doc/*.
If you can read Japanese, see doc-jp/*.
If you can read both, read both and correct English. :-)
Description
A modernized fork of w3m with next and previous heading and form navigation.b
Readme 13 MiB
Languages
C 60.9%
HTML 13.4%
Roff 12.2%
JavaScript 5.6%
Perl 1.7%
Other 6.1%