Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some updates (improvements?) in the UAX#14-related files: | Andreas L. Delmelle | 2008-06-09 | 2 | -90/+126 |
| | | | | | | | | | | | | | - LineBreakPairTable.txt: replace tabs with spaces to make the file a bit easier to read (constant column-width, instead of depending on an editor's settings for tabs) - GenerateLineBreakUtils.java: - generate a public final utility class - add some spacing in the generated file, after commas and before/after '=' (same styling as manually created files) - use Java 1.4 String.split() to tokenize lines, instead of StringTokenizer - add javadoc comments for public constants and methods - LineBreakUtils.java: regenerated after the above updates git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@665793 13f79535-47bb-0310-9956-ffa450edef68 | ||||
* | Fix compilation error caused by incorrect package name in generated code. ↵ | Manuel Mall | 2006-12-22 | 1 | -1/+1 |
| | | | | | | Also updated tests to Unicode 5 UAX#14 pair table compliance. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@489620 13f79535-47bb-0310-9956-ffa450edef68 | ||||
* | Added (limited) support for Unicode UAX#14 compliant line breaking. Thanks ↵ | Manuel Mall | 2006-12-22 | 2 | -0/+687 |
to Joerg Pietschman who supplied the core code for the Unicode line breaking algorithm git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@489585 13f79535-47bb-0310-9956-ffa450edef68 |