From 047043d2a8ee4482a845ed9860dbf4cd01540eef Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 15 Oct 2008 19:36:37 +0200 Subject: locate: use g_utf8_casefold() instead of string_toupper() string_toupper() and strDupToUpper() were not able to deal with character sets other than US-ASCII. Use GLib's g_utf8_casefold() for strings. --- src/utils.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 9a83b6f52..5f3b26c5f 100644 --- a/src/utils.h +++ b/src/utils.h @@ -31,10 +31,6 @@ char *myFgets(char *buffer, int bufferSize, FILE * fp); -char *string_toupper(char *str); - -char *strDupToUpper(char *str); /* avoid, use string_toupper instead */ - void stripReturnChar(char *string); void my_usleep(long usec); -- cgit v1.2.3