I propose the following changes: - Rename (or copy) it to something like UT_string_hashmap - Replace its key with UT_String Rationale: - It is a map. - Since its key is used as a string (even PP_AttrProp uses UT_strdup (!) for the key), and internally it now assumes (by incorporated glib code) that its key is a zero terminated string, there is no reason to complicate matters. What do you think? /Mike
