FYI I am seeing if I can coordinate with Humbedooh to change all the generated files without one of those 17-part commit threads. But I will probably just commit in the next few hours either way.
On Tue, Jul 28, 2020 at 7:21 AM <[email protected]> wrote: > > Author: covener > Date: Tue Jul 28 11:21:32 2020 > New Revision: 1880368 > > URL: http://svn.apache.org/viewvc?rev=1880368&view=rev > Log: > use .utf8 output > > > Modified: > httpd/httpd/trunk/docs/manual/style/lang-targets.xml > > Modified: httpd/httpd/trunk/docs/manual/style/lang-targets.xml > URL: > http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/lang-targets.xml?rev=1880368&r1=1880367&r2=1880368&view=diff > ============================================================================== > --- httpd/httpd/trunk/docs/manual/style/lang-targets.xml (original) > +++ httpd/httpd/trunk/docs/manual/style/lang-targets.xml Tue Jul 28 11:21:32 > 2020 > @@ -75,7 +75,7 @@ > <!-- English --> > <!-- ==================================================================== --> > <property value=".xml" name="inputext.en"/> > -<property value=".html.en" name="outputext.en"/> > +<property value=".html.en.utf8" name="outputext.en"/> > > <target description="- builds English HTML files" name="en"> > <html.generic lang="en"/> > @@ -312,4 +312,4 @@ > </xmlvalidate> > </target> > > -</project> > \ No newline at end of file > +</project> > > -- Eric Covener [email protected]
