Hello,
xsave don't correctly save a "scg" file with accented characters in file name See the following script or buggzilla #16537 //-------------------------------------------------------------------------- ----------------- Rep=TMPDIR chdir(Rep) Name=Rep + "\Test ùùééêë" fd=mopen(Name + ".txt","w+") mfprintf(fd,"Fichier %s + ".txt"\n",Name) mclose(fd) num=1 f=scf(num); plot2d() f.figure_name=Name xsave(Name + ".scg",num) //Erroneous file name for the "scg" file with accented characters // W10 x64 - French AZERTY keyboard // Scilab 6.1.0 or 5.5.2 // Results : - File names : //------------------------- // Test ùùééêë.scg // Test ùùééêë.txt //-------------------------------------------------------------------------- ------------------ Best regards Pierre
_______________________________________________ users mailing list [email protected] http://lists.scilab.org/mailman/listinfo/users
