Georg Baum <[EMAIL PROTECTED]> writes: | > But perhaps it should be possible to have this more complex than a | > simple comparison to ' '. | | In that case use a helper function. This might actually make sense in this | case, but your original comment loooked to me as if you would like an | is_space() that only checks for a simple space, and that should not be done | IMO.
Even if it looked as I was only concerned about ' ' vs. is_space, I was not. Rather about comparing to char type in general and if this perhaps should be avoided. (And I hate special cases) -- Lgb