Hi All,
I am new to basic 4 android and i currently have a problem .. below is my code
data = c.Decrypt(data, kg.key, False)
datas=Bconv.StringFromBytes(data,"UTF8")
the issue is that it gives my result in unicode
eg
\u0054\u0068\u006f\u006d\u0061\u0073 instead of "Thomas"
Any help will be appreciated.
Regards,
Thomas
I am new to basic 4 android and i currently have a problem .. below is my code
data = c.Decrypt(data, kg.key, False)
datas=Bconv.StringFromBytes(data,"UTF8")
the issue is that it gives my result in unicode
eg
\u0054\u0068\u006f\u006d\u0061\u0073 instead of "Thomas"
Any help will be appreciated.
Regards,
Thomas