Re: g_str_hash



On Fri, 11 Feb 2000, NotZed wrote:

> 
> While you're at it, can you put in a case insensitive version?

you really don't want to put that much logic into the hash and
comparision functions. if you need case insensitive hash lookups,
convert the strings to lower case before stuffing them into the
hash table and convert your keys to lower case before doing
the lookups.

> 
>  Michael
> 

---
ciaoTJ



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]