Let's get this change into the 1.0 final. Henri Yandell <[EMAIL PROTECTED]> writes:
> Agreed. Need to change this to not use CharSetUtils probably and just > return when Character.is.. returns true. > > My feckup I think. Want me to do the fix? Or you want to? > > Hen > > On Thu, 26 Sep 2002, Steve Downey wrote: > > > On Thursday 26 September 2002 12:50 pm, Steve Downey wrote: > > > > OOPS meant Character.isSpace() > > > > > I think the definition should be changed to: (cut and paste from javadoc > > > for String.isSpace()) > > > '\t' '\u0009' HORIZONTAL TABULATION > > > '\n' '\u000A' NEW LINE > > > '\f' '\u000C' FORM FEED > > > '\r' '\u000D' CARRIAGE RETURN > > > ' ' '\u0020' SPACE -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
