Converts the specified Unicode string to title capitalization.
#include <unilib.h>
unicode_t *uni2title (
unicode_t *dest,
const unicode_t *src);
(OUT) Points to the converted string.
(IN) Points to the string to change to title capitalization.
Returns the address of the converted string.