* 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

@ -137,8 +137,8 @@ char* mu_str_normalize (const char *str, gboolean downcase,
* NULL. User only needs to free the returned string if a) return
* value != str and b) strchunk was not provided.
*/
char* mu_str_normalize_in_place_try (char *str, gboolean downcase,
GStringChunk *strchunk);
char* mu_str_normalize_in_place (char *str, gboolean downcase,
GStringChunk *strchunk);
/**
* escape the string for use with xapian matching. in practice, if the