WideCharToMultiByte not convert japanese String properly. Getting ??? .

  • Thread starter Thread starter Aditi31
  • Start date Start date
A

Aditi31

Guest
I am using marshal_cppstd for marshalling.

std::string str =
msclr::interop::marshal_as<std::string>(filePath);


I am using this above call to convert System.String into std::string.

Its working fine for English file name. For japanese file names, I am getting ??? .

Continue reading...
 
Back
Top