I have a WCF service. It fetches data from database that is populated by another device it saves some device specific information in a database column. The device saves information in Chinese. I don't have any control on that device. The data saved in db column is something like this:
ACC? ???? ?????? ???? TCP???? ????????? ?? ???? ???? ????
How can I get Chinese characters instead of question marks? Any quick help will be highly appreciated.
I have tried to use Chinese Encoding.GetEncoding("gb2312").GetString()
method but it still returns same string with question marks in it