* mu-str.c: convert strftime output to utf8 if needed

This commit is contained in:
Dirk-Jan C. Binnema
2011-06-01 21:55:32 +03:00
parent 7019bd9b86
commit 4629e26609
2 changed files with 23 additions and 1 deletions

View File

@ -161,6 +161,7 @@ char* mu_str_normalize (const char *str, gboolean downcase)
*/
char* mu_str_normalize_in_place (char *str, gboolean downcase);
/**
* escape the string for use with xapian matching. in practice, if the
* string contains an '@', replace '@', single-'.' with '_'. Also,