Hello all.
Probably the answer is known, but not for me 
I have a XML response from the external source:
<?xml version=\"1.0\"?>
<response>
<reqn>118962105580</reqn>
<retval>-5</retval>
<retdesc>Неверная
подпись step=7</retdesc>
</response>
Did some one know what the hell is in <retdesc> element and how to convert
it to normal text?
ยทยทยท
--
- Best regards, Nikolay Pavlov. <<<-----------------------------------
Nikolay Pavlov wrote:
Hello all.
Probably the answer is known, but not for me 
I have a XML response from the external source:
<?xml version=\"1.0\"?>
<response>
<reqn>118962105580</reqn>
<retval>-5</retval>
<retdesc>Неверная подпись step=7</retdesc> </response>
Did some one know what the hell is in <retdesc> element and how to convert it to normal text?
it's string of html encoded characters -> ะะตะฒะตัะฝะฐั > ะฟะพะดะฟะธัั
Did some one know what the hell is in <retdesc> element and how to convert
it to normal text?
Some kind of description containing HTML entities. I pasted the code
in a Blogger post and got back an expression in Russian (I think).
Greetings.
bc
Responding to my own question... The answer was $KCODE = "UTF-8" 
ยทยทยท
On Wednesday 12 September 2007 21:43:33 Nikolay Pavlov wrote:
Did some one know what the hell is in <retdesc> element and how to
convert it to normal text?
--
- Best regards, Nikolay Pavlov. <<<-----------------------------------