Initial Release 4.0

Function : Character Manipulation
NLS_isupper - Tests if a character is an uppercase alphabetic character.
----------------------------------------------------------------------------------------------------------

#include <nls.h>

NLS_STATUS LNPUBLIC NLS_isupper(
const BYTE far *pCharacter,
NLS_PINFO pInfo);

Description :

This function tests if a character is an uppercase alphabetic character.

Parameters :

See Also :

NLS_INFO
----------------------------------------------------------------------------------------------------------