]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
The study and script names were converted from QString to char* by using toLatin1...
authorgdd <gdd>
Tue, 27 Mar 2012 09:20:03 +0000 (09:20 +0000)
committergdd <gdd>
Tue, 27 Mar 2012 09:20:03 +0000 (09:20 +0000)
commit3719e021f0f700a32cd64ad48c3a96a5b83933f9
tree2ad09d76e903419ff932d2710efebe178999d49b
parent11dce8a75aa5b66530bfc525d6d187fbcf4e034c
The study and script names were converted from QString to char* by using toLatin1 or toStdString. Now they are converted using toUtf8 in order to be able to read/write studies and scripts with non ascii characters in their full path.
src/PyConsole/PyConsole_Editor.cxx
src/SalomeApp/SalomeApp_Study.cxx