LIST: Fix case numbering.
[pspp] / src / libpspp / i18n.c
index bc0db0b896426c094b305382141a6a3e69959cdb..d3fca6a168825085d459aea9fcccca4a596945cb 100644 (file)
@@ -952,6 +952,12 @@ utf8_to_lower (const char *s)
 {
   return utf8_casemap (s, u8_tolower);
 }
+
+char *
+utf8_to_title (const char *s)
+{
+  return utf8_casemap (s, u8_totitle);
+}
 \f
 bool
 get_encoding_info (struct encoding_info *e, const char *name)