Web Maestro Clay wrote:
On Mar 23, 2006, at 11:13 PM, Peter B. West wrote:

FYI

Reworked hyphenation has been committed to Folio. It implements TeX's discretionary hyphen in the patterns and exceptions. Takes more space and runs more slowly. For the discretionary hyphens to work, the hyphenation pattern files will have to be changed to reflect this, which could be very useful for old German orthography, at least.

HyphenationTree.hyphenate returns a WordHyphenator which includes the discretionary patterns. In fact, all inter-letter positions are marked by discretionary patterns, mostly degenerate.

Oh, and it requires javax.xml.stream to build; i.e. Mustang.
--
Peter B. West <http://cv.pbw.id.au/>
Folio <http://defoe.sourceforge.net/folio/>


Thank you for letting us know. What are the implications for folks running Java 1.3.x, 1.4.x or even 1.5 who can't upgrade to Mustang (Java 1.6)?

They'll catch up. And until then, there are a number of implementations of stream parsing, including the reference implementation (RI) which started life with BEA, Woodstox, as well as the Sun implementation. Drop one of the other jars in, change the package name, and you should be in business.

Peter
--
Peter B. West <http://cv.pbw.id.au/>
Folio <http://defoe.sourceforge.net/folio/>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to