utf8toupper

Converts a lowercase character to the corresponding uppercase character.

Library:LibC
Classification:Novell
Service:Characters and Strings

Syntax

  #include <utf8.h> 
   
  utf8_t  *utf8toupper (
     const utf8_t   *string,
     utf8_t         *dest)
  

Parameters

string

(IN) Points to the character to convert to uppercase.

dest

(OUT) Points to the converted character.

Return Values

Returns the corresponding uppercase character when the argument is a lowercase letter. Otherwise, the original character is returned.

See Also

utf8tolower