X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fi18n.h;h=6722b5cec9c3cec743facd4238d50e4f9140c78a;hb=refs%2Fbuilds%2F20130102032118%2Fpspp;hp=380c3cbb79f7c041ab32e4773293c50480489cef;hpb=23fd25fa0a2fb9d613f4f9445000e49cc3b83db1;p=pspp diff --git a/src/libpspp/i18n.h b/src/libpspp/i18n.h index 380c3cbb79..6722b5cec9 100644 --- a/src/libpspp/i18n.h +++ b/src/libpspp/i18n.h @@ -72,6 +72,8 @@ unsigned int utf8_hash_case_bytes (const char *, size_t n, unsigned int basis); unsigned int utf8_hash_case_string (const char *, unsigned int basis); int utf8_strcasecmp (const char *, const char *); int utf8_strncasecmp (const char *, size_t, const char *, size_t); +char *utf8_to_upper (const char *); +char *utf8_to_lower (const char *); /* Information about character encodings. */