How to Get QProcess Text ?
Unsolved
General and Desktop
-
I have Qt 5.4 version and
Linux 64 Bit & Windows 8 64 Bit are used.I am using Hangeul.
Write / home / "바탕화면" on QProcess,
QByteArray byteArray = process-> readAllStandardOutput ();
byteArray is represented by strange characters and numbers, such as / home / -24.When executed, all Hangul characters are displayed strangely.
Is there any way to get Hangeul normally?
Thanks.