HTTP Request returns Hebrew characters

walterf25

Expert
Licensed User
Longtime User
Hello All, I'm in need of some help, i'm working on an app for a friend of mine, i'm using the HttpUtils2 library and everything works great, thanks Erel for this class.
My issue now is that the response is in Hebrew, when i get the response from the server the characters i receive are like this.

����� �� ������

How can i convert those characters to something that would make sense, the content type they are using is this
"Content-Type" content="text/html; charset=windows-1255">

when i put the url on my chrome web browser i get this

0äæîðä ìà ðîöàä

does anyone know how i can fix this issue so that i can receive the actual hebrew string without being either encoded or corrupted?

Thank all!
 
Top