HttpUtils codepage

adamioan

Member
Licensed User
Longtime User
Hi there, I am trying to read some data from a web page using the awesome HttpUtils modules. The problem is that the web page sends data with windows-1253 charset but HttpUtils uses the File.GetString function that handles UTF-8 text files. How can I convert the charset of the downloaded string?
Thank you in advance
 
Top