Hi Bill,
> >BTW, someone had found a problem with isspace in solaris (need to
> >check other OS) with some accuted chars like í or ú. It returns TRUE
> >when parsing lines from config file:
>
> You know, I saw this on Solaris yesterday, but then I forgot about it
> when testing on linux. I wonder why that is. I also noted I couldn't
> cut accented text from my PC ssh window to the solaris ssh window --
> and didn't really think about it. Humm. Not sure if that's related
> or not.
>
>
> >Wordcharacters abcdefgíopuy
> >
> >will give abcdefg as the wordchar string because isspace returns TRUE
> >with í in function getword. It is easy to fix changing from
> >isspace((int)var) to issspace(int)(unsigned char)var)
>
> Is that in all versions of swish, or just 2.1?
>
The problem was reported in solaris with swish-e 2.0.4.
I have not tested 1.3.
cu
Jose
Received on Tue Nov 28 17:36:32 2000