QByteArray bytes = /*at start it having non ascii charcter */
QString string(bytes);
as a result i got empty string. what should i do now.
i used bytes to write bytes to write in text file there i find this ( Info OA new version with) when i remove these starting characters form bytes then above conversion works fine but i want to now what should i do to handle this as if i dont now where these non ascii characters are in bytes.

Reply With Quote

