JDOM strings  
Author Message
Dmitry Marienko





PostPosted: 2003-7-13 17:20:00 Top

java-programmer, JDOM strings Hi All !
I have some xml file that contain next tag:

<text>Нор</text>

I get Element text = ... on this tag and want get string that it contain:
String myText = text.getText();

I hope to see in the myText : 0xD09D 0xD0BE .....
but get next set:

0xC390 0xC29D 0xC390 0xC2BE 0xC391 0xC280 0xC390 .... ?????

what is it 0xC390 ??? And how can I get that I want :) ???

--dima