I have a xml file which contains information about a customer like FirstName, LastName, Address etc. The text in any of the field might be bold or italics but the problem is, it is converted to code like "55349;56400;ℎ55349;56398;55349;56415;55349;56409;55349;56412;55349;" . (The file is an output from a tool which can't be edited.) Note - I had to remove &# from each code to make it readable.
My question is how do I know the encoding for above codes and convert the code to normal text so that it can be processed successfully.