Android Question BytesToString(Buffer,0,Buffer.Length,"UTF8")

Hamied Abou Hulaikah

Well-Known Member
Licensed User
Longtime User
when i use
B4X:
BytesToString(Buffer,0,Buffer.Length,"UTF8")
it returns result of logging to modem,my problem that it returns text English and some modems return unrecognized character
i tried many charset like (windows-1256 ,windows-1250,iso......)but it still not English understandable text

any solutions please?
 
Top