diff --git a/src/native/interop.cpp b/src/native/interop.cpp index e97ea6d..9373d02 100644 --- a/src/native/interop.cpp +++ b/src/native/interop.cpp @@ -49,7 +49,7 @@ extern "C" int saveShortcut( } //Append the shortcut name to the folder - MultiByteToWideChar(CP_ACP,0,shortcutPath,-1,wName,MAX_PATH); + MultiByteToWideChar(CP_UTF8,0,shortcutPath,-1,wName,MAX_PATH); // Load the file if it exists, to get the values for anything // that we do not set. Ignore errors, such as if it does not exist.