On Thu, Feb 22, 2007 at 02:36:45AM +0100, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | On Wed, Feb 21, 2007 at 10:19:57AM +0100, Lars Gullik Bjønnes wrote: > | > | if (runparams.linelen > 0 && > | > | currlinelen + word.length() > > runparams.linelen) { > | > | os << '\n'; > | > > | > I wonder... it is wise to compare ucs4 chars directly to chars? > | > | This is safe. Integer promotion. > > and when char is signed?
Even then the space is about 32, i.e. positive. Andre'