* fix bug normalizing mixed (e.g. Latin etc. and Cyrillic) uf8 text

This commit is contained in:
djcb
2012-12-09 13:33:45 +02:00
parent 15fa48d05c
commit 58599ab8f9
3 changed files with 29 additions and 39 deletions

View File

@ -501,7 +501,7 @@ mu_str_xapian_escape_in_place_try (char *term, gboolean esc_space, GStringChunk
}
/* downcase try to remove accents etc. */
return mu_str_normalize_in_place_try (term, TRUE, strchunk);
return mu_str_normalize_in_place (term, TRUE, strchunk);
}
char*