Saxon, DocBook and ISO-8859-15
Added by Anonymous over 19 years ago
Legacy ID: #3028585 Legacy Poster: Marco Baumgartl (killernase)
Hi, I'm using Saxon 6.5.3 to create several output documents. Because these documents have different encodings, I need to set encoding parameters for the DocBook stylesheets. Today I encountered a problem while producing chunked html output. If I set the parameter "chunker.output.encoding" to ISO-8859-1 everything works fine. But setting it to ISO-8859-15, I get an error ("Failed to load ISO-8859-15" and " Output character not available in this encoding (decimal 228)"). xsltproc does same without any errors. Is this a known bug or where is the problem? regards Marco
Replies (2)
RE: Saxon, DocBook and ISO-8859-15 - Added by Anonymous over 19 years ago
Legacy ID: #3028633 Legacy Poster: Michael Kay (mhkay)
It's not a bug, it's simply that Saxon 6.5.3 doesn't support this encoding. For details of the encodings supported by Saxon 6.5.3, see the section "Character encodings supported" at http://saxon.sourceforge.net/saxon6.5.3/conformance.html Michael Kay
RE: Saxon, DocBook and ISO-8859-15 - Added by Anonymous over 19 years ago
Legacy ID: #3029623 Legacy Poster: Marco Baumgartl (killernase)
Thanks for this information! Marco
Please register to reply