Mail Archives: djgpp/2001/09/24/06:13:38
On Sun, 23 Sep 2001 Radical DOT NetSurfer AT delorie DOT com wrote:
> My only advice is use caution when using DJGPP and
> checking for, and changing CASE of a string.
>
> strupr/strlwr, toupper/tolower,
> and especially,
> isalpha, isupper/islower
There's no need for caution: these functions simply *work* in DJGPP
v2.03. If you think they don't, please provide a short test program
which demonstrates the problems.
> should have always understood what an ALPHABETIC
> character is, and what most certainly is NOT an alphabetic
> character!
They do!
> try my suggestion of creating a random string of
> chars (all chars 32 to 255 at random, or random lengths)
> and apply the above functions.
I did. It all worked. Maybe you have an old version of the library.
Would you please stop frightening users with false assertions?
- Raw text -