Got off the encoding
-
-
Process - rasdial.exe in Windows(http://msdn.microsoft.com/en-us/library/aa377004(v=vs.85).aspx )
Output on the russian language(on the my computer), but i dont know encoding of this process -
Consider choosing that locale explicitly:
@QTextCodec *cp1251 = QTextCodec::codecForName("Windows-1251");
QTextCodec *koi8u = QTextCodec::codecForName("KOI8-U");
@
for example, and see if that makes a difference in converting the string to unicode/QString.