isutf8ascii

Tests for an ASCII character in the range from 0-127.

Library:LibC
Classification:Novell
Service:Characters and Strings

Syntax

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

Parameters

string

(IN) Points to the character to be tested.

Return Values

Returns a nonzero value when the character is in the range from 0 to 127. Otherwise, it returns zero.

See Also