Skip to content
Snippets Groups Projects
Commit bf99beba authored by Victor Poughon's avatar Victor Poughon
Browse files

Revert "BUG: mantis-1318 fix GDAL UTF-8 on Windows"

(does not actually fix the issue.)
parent cb38ea6f
No related branches found
No related tags found
No related merge requests found
......@@ -53,10 +53,6 @@ GDALDriverManagerWrapper::~GDALDriverManagerWrapper()
GDALDatasetWrapper::Pointer
GDALDriverManagerWrapper::Open( std::string filename ) const
{
// This GDAL config option is there to handle UTF-8 filenames on Windows
// It fixes mantis bug 1318 where images with filenames like 你好.tif could not be read on Windows
CPLSetConfigOption("GDAL_FILENAME_IS_UTF8","NO");
GDALDatasetWrapper::Pointer datasetWrapper;
if (boost::algorithm::starts_with(filename, "http://")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment