From docs-return-12857-archive-asf-public=cust-asf.ponee.io@httpd.apache.org Tue Sep 25 22:08:07 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id ECA5918061A for ; Tue, 25 Sep 2018 22:08:06 +0200 (CEST) Received: (qmail 31223 invoked by uid 500); 25 Sep 2018 20:08:06 -0000 Mailing-List: contact docs-help@httpd.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: docs@httpd.apache.org List-Id: Delivered-To: mailing list docs@httpd.apache.org Received: (qmail 31213 invoked by uid 99); 25 Sep 2018 20:08:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2018 20:08:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 9E34AC0144 for ; Tue, 25 Sep 2018 20:08:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.999 X-Spam-Level: X-Spam-Status: No, score=0.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id SntjxKNUoIfz for ; Tue, 25 Sep 2018 20:08:04 +0000 (UTC) Received: from smtp.smtpout.orange.fr (smtp11.smtpout.orange.fr [80.12.242.133]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 4BEBA5F175 for ; Tue, 25 Sep 2018 20:08:04 +0000 (UTC) Received: from [192.168.1.41] ([90.126.241.217]) by mwinf5d22 with ME id fw831y00b4i89ZE03w83kd; Tue, 25 Sep 2018 22:08:04 +0200 X-ME-Helo: [192.168.1.41] X-ME-Date: Tue, 25 Sep 2018 22:08:04 +0200 X-ME-IP: 90.126.241.217 Subject: Re: HTML entities From: Christophe JAILLET To: docs@httpd.apache.org Reply-To: docs@httpd.apache.org References: <87ef3a3d-1dec-0c37-7664-22bdfa03d890@univ-lorraine.fr> <20180924163202.GA13517@redhat.com> <05cd8c83-fdae-3ffe-c7dc-4e85659ba90e@wanadoo.fr> <20180925081000.GA6270@redhat.com> <0d99ff6e-04ce-1e21-d149-fb5f9caf8779@wanadoo.fr> Message-ID: Date: Tue, 25 Sep 2018 22:08:03 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <0d99ff6e-04ce-1e21-d149-fb5f9caf8779@wanadoo.fr> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: fr Le 25/09/2018 à 22:04, Christophe JAILLET a écrit : > Le 25/09/2018 à 10:10, Joe Orton a écrit : >> 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 > Agreed, any is good to me as far as it is compliant with standards. >> > /> >> >> 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? > Un-modified build.sh should break with java 9+; because of the > Xbootclasspath option that has been removed. > This should be good enough (IMHO) to avoid incorrect file generation. > This prevents to build the doc, but at least it prevent from building > it wrong. :) > > What I don't understand (and would like to), is why the behavior has > changed between java 8 and 9. > >> Regards, Joe https://issues.apache.org/jira/browse/XALANJ-2614 looks related. CJ --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org For additional commands, e-mail: docs-help@httpd.apache.org