> Why is WORDCHARS defined to contain the octal codes for capital
> letters? Why not simply put the capital letters themselves?
yes, codes C0..DF (capital) and E0..FF (lovercase) are doubled
> Is WORDCHARS case-sensitive? The comment in config.h implies
> it isn't.
Hi!
if you use letters C0..FF, then
first of all you need modify lower() function to handle properly lowercase
conversion (CD)x -->(EF)x
and then add these letters to indexchars[ ] and increase respect. MAXCHARS
may be more
Gr-gs, Reino
>
> - Paul J. Lucas
> NASA Ames Research Center Caelum Research Corporation
> Moffett Field, California San Jose, California
> <pjl AT ptolemy DOT arc DOT nasa DOT gov>
>
>
>
Reino Väinaste ( reino@postimees.ee ) ph (372) 7 390 379
Postimees Gildi 1 Tartu Estonia
-- "Contact" ---------------
- Do you think there are people on other planets?
- I don't know. But if it's just us, it would be an awful waste of space.
Received on Thu Jan 29 08:55:29 1998