On Fri, Jul 24, 2020 at 1:25 PM Daniel Ruggeri <dan...@bitnebula.com> wrote:
>
> Hi, all;
>    I am preparing to T&R 2.4.44 and am concerned with some of the diff output 
> I see after rebuilding docs. FYI: I've migrated from OpenJDK 8 to OpenJDK 11 
> since my previous rebuild of the docs (which means I had to drop the 
> Xbootclasspath argument)
>
> The output I am seeing does not render properly in my terminal (guess it 
> doesn't support ISO-8859-1), but it seems like the original file is 
> 'correct'. However, when I rebuild the docs, these characters are HTML 
> encoded rather than ISO-8859-1. Is this expected? I've double checked the 
> README and nothing stands out. Perhaps something related to JDK11 move and 
> ditching Xbootclasspath?

I think this is the issue in the long running thread on this list.
I personally think this change in anchor title in *.en files is
harmless.
I am curious if you also  get manpage entries changed after the build.
Those would need scrutiny I guess, although in that case the english
is probably not an issue but only other languages where we might find
the wrong codepage or HTML entitites?

I also think we should drop xbootclasspath and bail out if java < 11
so people are less likely to waffle between the two flavors.
...And spot-check the output if someone can articulate a problem with
some encoding.




>
> Index: manual/vhosts/name-based.html.en
> ===================================================================
> --- manual/vhosts/name-based.html.en    (revision 1880272)
> +++ manual/vhosts/name-based.html.en    (working copy)
> @@ -25,10 +25,10 @@
>  <div class="toplang">
>  <p><span>Available Languages: </span><a href="../de/vhosts/name-based.html" 
> hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
>  <a href="../en/vhosts/name-based.html" title="English">&nbsp;en&nbsp;</a> |
> -<a href="../fr/vhosts/name-based.html" hreflang="fr" rel="alternate" 
> title="Franâ–ˇais">&nbsp;fr&nbsp;</a> |
> +<a href="../fr/vhosts/name-based.html" hreflang="fr" rel="alternate" 
> title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
>
> <snip>
>
>
> Apologies if this was discussed already - I only stumbled upon it as I tried 
> to T&R just now.
>
> --
> Daniel Ruggeri



-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to