Thanks David, That worked. Adding an output encoding of UTF-8 for both chunked (--stringparam chunker.output.encoding utf-8) and non-chunked output (create xsl file with encoding="UTF-8" and refer to docbook.xsl).
Bit of a bother, but at least I can work around it, cheers. On 15/06/11 23:39, David Cramer wrote: > Interesting. There does seem to be something amiss with the index.html > produced by xsltproc depending on which tool I use to open it. If I use > Saxon 6.5 to generate the output, it's fine in all the tools I try. > > Try changing the output encoding to utf-8 as described in the section > called "Output encoding". Perhaps that will avoid the xsltproc bug: > http://www.sagehill.net/docbookxsl/OutputEncoding.html > > David > > > On 06/15/2011 08:10 AM, Tony Morris wrote: > > The problem is not cat, but another program that does not expect the > invalid > > multibyte sequence. That program is the haskell libraries, such as the > > readFile function, which will fail on that file because of the > character. > > > Thanks again for your help. > > On 15/06/2011 11:07 PM, "David Cramer" <[email protected]> wrote: > > -- Tony Morris http://tmorris.net/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
