Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.1
-
None
-
None
Description
FOP 2.1 does not use the configuration option hyphenation-base. Instead it uses the option base.
Places in the code: FopConfParser.configure, FopConfParser.setHyphPatNames: hyphenation-dir is not used. Instead, base-dir is used. FopFactoryBuilder has no method setHyphenationBaseURI. The stack Hyphenator.getUserHyphenationTree → Hyphenator.getHyphenationTreeStream →
InternalResourceResolver.getResource → InternalResourceResolver.resolveFromBase clearly resolves from the base URI.
The option hyphenation-base is documented at http://xmlgraphics.apache.org/fop/2.1/configuration.html, Summary of the General Configuration Options.