Hi Ranchers,
I am facing a problem while storing and retrieving thai data in a hashmap. I have both the key and value as thai data. When I want to retrieve value from the hashmap giving the key as thai data, it is not fetching the value. I mean, no value is getting returned even though the data matches. I checked by giving the key as English data, its giving out the result properly.
I understand that there could be a difference while constructing a thai
word, where the character sequence can be different. In this case how can I put and get data from a Hashmap.
This is the code example which i am using.