Function
GLibutf8_strdown
Declaration [src]
gchar*
g_utf8_strdown (
const gchar* str,
gssize len
)
Description [src]
Converts all Unicode characters in the string that have a case to lowercase. The exact manner that this is done depends on the current locale, and may result in the number of characters in the string changing.