Where does your file come from ?
The problem is that your file is encoded with iso-8859-1 and not with URF-8 !
That means that your file was not saved in B4A but somewhere with Windows.
Where does your file come from ?
The problem is that your file is encoded with iso-8859-1 and not with URF-8 !
That means that your file was not saved in B4A but somewhere with Windows.
Strange characters are due to different encoding. Now, probably there is something for this case, but if there isn't, you have to create a subroutine for converting from one encoding to the other.
If you are using HttpUtils2 then you should read the string with Job.GetString2("iso-8859-1") instead of Job.GetString. GetString assumes that the string is encoded in UTF8.