Not necessarily, i.e if the xml encoding is not specified, it defaults to UTF-8 and a/my XML editor is free to add a BOM -> https://en.wikipedia.org/wiki/Byte_order_mark
Maybe we should encode those xml files in ISO-8859-1? On 23.10.2016 00:19, Javen O'Neal wrote: > Looks like there was a file encoding problem with this commit. > > --- poi/site/src/documentation/resources/stylesheets/changes2document.xsl > (original) > +++ poi/site/src/documentation/resources/stylesheets/changes2document.xsl > Sat Oct 22 21:52:22 2016 > @@ -1,4 +1,4 @@ > -<?xml version="1.0"?> > +<?xml version="1.0"?> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
