I am working with TCP socket which I receive unicode data data for every 1 sec, data includes arabic text.
That unicode data I need to convert it to UTF8 and pass to JSON
How to convert unicode to UTF8 in blackberry 10 qt cascades.?
I am using the following code to convert but it is not working.
QString appTitle = QString::fromLocal8Bit(data2.toAscii());
I receive data in this format.