ES Grave character Indexing not giving accurate ascii value in Wireshark

Hi All,

I am trying to index data from Hive to Elasticsearch, I have one field which having Grave character in string...When i am trying to index in it is indexing. But i when i am trying to see ascii value for Grave character using wireshark it is not proper (Other Special character giving correct ascii value.)

For Example: (Grave Character is ì actual ascii value is ec)

PUT /twitter/tweet/1?pretty
{"user": "DTÉPHAN"}

Thanks,
Sumit

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.