Re: fo:character and zero width space

2016-02-12 Thread Carlos Villegas
This is the result of my tests so far: treat-as-word-space doesn't have any effect. Looking at the compliance page, it's listed as not supported! By wrapping the thai text in a fo:inline, using a regular space as word separator and setting word-spacing property, I get some results but I

Re: fo:character and zero width space

2016-02-12 Thread Glenn Adams
On Fri, Feb 12, 2016 at 3:17 AM, Carlos Villegas wrote: > This is the result of my tests so far: > > treat-as-word-space doesn't have any effect. Looking at the compliance > page, it's listed as not supported! > Perhaps adding support for treat-as-word-space would be a

Custom hyphenation files

2016-02-12 Thread John Brown
I was tring to follow the instructions for manually installing OFFO hyphenation files. https://xmlgraphics.apache.org/fop/1.0/hyphenation.html shows how to use the source files (not the compiled fop-hyph.jar). I did the following: 1) I renamed $FOP_HOME/lib/fop-hyph.jar. 2) I copied en_GB.xml

Re: Custom hyphenation files

2016-02-12 Thread Mathieu Malaterre
On Fri, Feb 12, 2016 at 5:37 PM, John Brown wrote: > Exception in thread "main" java.lang.StackOverflowError > at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:191) > at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)