gmazza 2004/03/16 19:37:32
Modified:src/java/org/apache/fop/layoutmgr TextLayoutManager.java
Log:
minor simplifications; removed redundant variables.
Revision ChangesPath
1.12 +37 -41xml-fop/src/java/org/apache/fop/layoutmgr/TextLayoutManager.java
Index: Te
Glen Mazza wrote:
Make sure you're separating the issues here...
Uh, sorry the issue hasn't really much to do with your patch except
that it is in roughly the same region of code... I should have started
a new thread.
Probably more than just Western, here's a Japanese
description:
http://java.sun
J.Pietschmann wrote:
> [EMAIL PROTECTED] wrote:
> > Hyphenation problem in Bug 23985
>
> Actually, implementing UTR14 would solve the line breaking problem,
> although not the URL breaking problem.
>
> Points to discuss:
...
> - Should we provide for custom line breaking algorithms?
> Some l
--- "J.Pietschmann" <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > Hyphenation problem in Bug 23985
>
> Actually, implementing UTR14 would solve the line
> breaking problem,
> although not the URL breaking problem.
>
Make sure you're separating the issues here...the bug
in question
[EMAIL PROTECTED] wrote:
Hyphenation problem in Bug 23985
Actually, implementing UTR14 would solve the line breaking problem,
although not the URL breaking problem.
Points to discuss:
- JDK 1.4 has a java.text.BreakIterator, which implements UTR14, or
at least the parts releant for western langu
gmazza 2003/11/06 21:09:51
Modified:src/java/org/apache/fop/layoutmgr TextLayoutManager.java
Log:
Hyphenation problem in Bug 23985
(http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23985)
fixed in HEAD. (maintenance still to be done.)
Revision ChangesPath
1.8