Converts the specified string to title capitalization.
#include <unilib.h>
unicode_t chr2title (
unicode_t ch);
(IN) Specifies the string to change to title capitalization.
Returns the string with the first character in each word capitalized.