uni2title

Converts the specified Unicode string to title capitalization.

Library:LibC
Service:Characters and Strings

Syntax

  #include <unilib.h> 
   
  unicode_t *uni2title (
     unicode_t         *dest,
     const unicode_t   *src);
  

Parameters

dest

(OUT) Points to the converted string.

src

(IN) Points to the string to change to title capitalization.

Return Values

Returns the address of the converted string.

See Also