Hello! I've found a strange behavior of a hash lookup with a non-ANSI key. When I use Latin keys, hash works fine - all values are returned by the QHash.value function. But when I'm trying to use a Russian keys (in the QString unicode, of course), sometimes hash does not return a value. And vice versa - sometime I can't get a key but the value - even if key or value if a one-character strings.
Also I have to notice that all keys and values are presented in the hash table, as I can check it with keys() and values() functions.
If QHash table have such problems, what you can suggest me to use for key/value handling with a full Unicode support in keys and values?
Bookmarks