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
If necessary you can get a list of supported encoding strings you can use with the SupportedEncodings method in my ByteConverter library. In fact the ByteConverterDemo displays these for you.