You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Bill Keese <bi...@tech.beacon-it.co.jp> on 2003/11/19 02:56:05 UTC

Re: [lang] WordWrapUtils

By the way, are the people involved in WordWrapUtils aware of ICU's 
(http://oss.software.ibm.com/icu/) code to do this?  (LineBreakIterator, 
etc.).

>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [lang] WordWrapUtils

Posted by "J.Pietschmann" <j3...@yahoo.de>.
Bill Keese wrote:
> By the way, are the people involved in WordWrapUtils aware of ICU's 
> (http://oss.software.ibm.com/icu/) code to do this?  (LineBreakIterator, 
> etc.).

I don't think so.
Even Java has a java.text.BreakIterator which can be used for line
breaks, I don't know however how they handle theThai and ambiguous
ideographs (most likely fall back to default).

J.Pietschmann


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [lang] WordWrapUtils

Posted by Henri Yandell <ba...@generationjava.com>.
For my part, I'd never heard of it in this context. Did come across it the
other day when trying to build jikes and not having some GNU api [iconv].
ICU [C variant] was the alternative.

http://oss.software.ibm.com/icu4j/ looks interesting.

Hen

On Wed, 19 Nov 2003, Bill Keese wrote:

> By the way, are the people involved in WordWrapUtils aware of ICU's
> (http://oss.software.ibm.com/icu/) code to do this?  (LineBreakIterator,
> etc.).
>
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org