GUI applications didn't handle writing of .geom file when the output filename/filepath contains non ascii characters
Mantis Issue 759, reported by msavinaud, assigned to jmichel, created: 2013-07-30
try to run an app with an output with a special character like C:/Temp/testfilename/extréact/outcli99.tif
=>
the tif is correctly written but not .geom file
->
ossimKeywordlist::write, Error opening file: C:\Temp\ estfilename\extr?
set the output filepath to C:/Temp/testfilename/extract/outclié.tif give the following geom file: outcliÃ
set the output filepath to C:/Temp/testfilename/extract/outcl ié.tif give the following geom file: outcl iÃ
set the output filepath to C:/Temp/testfilename/extr act/outfile.tif works (the geom and the file are correct)