i18n: New function utf8_to_title().
[pspp] / src / libpspp / i18n.h
index d128fcea1a68015eeda204c07056ec0accf36b97..0e77444bed2b69ce733d3e1c5f1d752e8e373419 100644 (file)
@@ -79,6 +79,7 @@ int utf8_strncasecmp (const char *, size_t, const char *, size_t);
 int utf8_strverscasecmp (const char *, const char *);
 char *utf8_to_upper (const char *);
 char *utf8_to_lower (const char *);
+char *utf8_to_title (const char *);
 \f
 /* Information about character encodings. */