Salome HOME
Unicode support: correct handling of unicode on GUI level
[modules/gui.git] / src / SVTK / SVTK_Recorder.cxx
index 955849c948c1fdb08230fe1c39fd8971d6a65941..3d9dc5cbaf3dda7d2b802129714aa7c86425e7c0 100755 (executable)
@@ -489,6 +489,6 @@ SVTK_Recorder
        ") & (for /f %i in (" + tmpFile + ") do (del \"%i\")) & (del " + tmpFile + "))) > NUL";
 #endif
 
-  if(MYDEBUG) cout<<"SVTK_Recorder::MakeFileAVI - "<<(const char*)aCommand.toLatin1()<<endl;
-  system((const char*)aCommand.toLatin1());
+  if(MYDEBUG) cout<<"SVTK_Recorder::MakeFileAVI - "<<(const char*)aCommand.toUtf8()<<endl;
+  system((const char*)aCommand.toUtf8());
 }