On Sat, Feb 26, 2022 at 08:46:35PM +0000, Gavin Smith wrote: > On Sat, Feb 26, 2022 at 08:06:52PM +0000, Gavin Smith wrote: > > Does that fix the issue with this test? > > I think there needs to be some encoding in the URLs so there is not > output like > > <li><a href="osé.xhtml#Chapt_00eaur">1 Chapteùr</a></li> > > I suppose it should just be the file encoding, always UTF-8 for > XML output.
There are other output files with osé wrongly encoded, and also the image file name. The more strings you encode, the more need to be re-decoded for the output files. -- Pat
