Initial Release 4.0

Function : Character Manipulation
NLS_ispunct - Tests if a character is a punctuation character.
----------------------------------------------------------------------------------------------------------

#include <nls.h>

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

Description :

This function tests if a character is a punctuation character.

Parameters :

See Also :

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