On Mon, Sep 24, 2018 at 08:45:02PM +0200, Christophe JAILLET wrote: > If java 9+, then have a look at > https://lists.apache.org/thread.html/039a5815481ac297931cd08e759a90388a620eb6ea7aaecfcf97457f@%3Cdocs.httpd.apache.org%3E > > The issue with man pages is reported (with a possible work-around at the > end), as well as the output of entities in the generated files.
I have Java 8 only (OpenJDK 1.8.0_181-b15). Yes, the man pages are definitely unusable when composed entirely of HTML entities ;) What is expected in the manual/*.html.XX files, entities or ISO-8859-1 characters? AFAICT either should be fine, the ISO-8859-1 characters look correct to me everywhere I checked, and the HTML files have <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type" /> so I don't see why we can't use ISO-8859-1 characters there? Can we fudge build.sh to fail with Java 9 if that is what is breaking everything at the moment, and rely on people with Java 8 to regenerate the docs? Regards, Joe --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org