How to solve the problem of string to CString garbled code?

How to solve the problem of string to CString garbled code?

string str = “hello”;
CString cstr = (CString)str.c_str();

=

Read More: