I have XML-files with data in such format:
<DataBlock>
<Text>Name1</Text>
<Text>Name2</Text>
<Text>Name3</Text>
<DataBlock>
Data can be in different languages include Arabic, Chineese, Cirillic etc. Also this data can contain the latin text in different gothic or handwriting UTF characters like this:
<Text></Text>
or
<Text></Text>
But I need to save them as a plain text like this:
<Text>ABB</Text>
<Text>ZERO</Text>
As I understand it, the problem is that the text is now saved in long UTF codes:
But how can I convert it to simple latin symbols?