I need your help. Please help me.
I have Delphi 2010
I am trying to use an idHTTP.Get file with Unicode text (Russian) from a site in MemoryStream on the English version of Windows 7.
Then I load this MemoryStream into Unicode text, for example in Memo.
If I set the Russian language as "Language for programs other than Unicode" in the control panel, the text will appear in Memo. But if I install Enlish, I get the wrong characters (* $ ^ # ~! @).
How to download Russian text in Unicode using idHTTP.Get from the site and show it correctly in any Windows (Chinese, English, etc.) ???
Thank you for your help !!!
source
share