We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e0720 commit d095b73Copy full SHA for d095b73
src/providers/delimitedtext/qgsdelimitedtextprovider.cpp
@@ -777,7 +777,7 @@ bool QgsDelimitedTextProvider::saveAsShapefile()
777
}
778
OGRDataSource *poDS;
779
// create the data source
780
- poDS = poDriver->CreateDataSource((const char *) shapefileName, NULL);
+ poDS = poDriver->CreateDataSource((const char *) shapefileName.toLocal8Bit(), NULL);
781
if (poDS != NULL)
782
{
783
QTextCodec* saveCodec = QTextCodec::codecForName(enc.toLocal8Bit().data());
0 commit comments