The <ctype.h>
header defines several functions useful for classifying and converting characters. All of the functions declared in this header are part of the C99 standard.
NOTE: None of the functions in
<ctype.h>
are internationally safe. They work only for 7-bit ASCII characters. Many of these functions have Palm OS specific equvalents that are internationally safe. These are listed in Table 7.1.
Table 7.1 Functions with internationally safe equivalents
For details on the internationally safe functions listed above, see the book Exploring Palm OS: Text and Localization.