isutf8alpha

Tests for an alphabetic character.

Library:LibC
Classification:Novell
Service:Characters and Strings

Syntax

  #include <utf8.h>    
   
  int  isutf8alpha (
     const utf8_t   *string);
  

Parameters

string

(IN) Points to the character to be tested.

Return Values

Returns nonzero if the argument is an alphabetic character. Otherwise, returns 0.

Remarks

An alphabetic character is any character for which isutf8upper or isutf8lower is true.

See Also