mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
I18n on shapefileName
git-svn-id: http://svn.osgeo.org/qgis/trunk@5926 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
25e0720419
commit
d095b734fe
@ -777,7 +777,7 @@ bool QgsDelimitedTextProvider::saveAsShapefile()
|
||||
}
|
||||
OGRDataSource *poDS;
|
||||
// create the data source
|
||||
poDS = poDriver->CreateDataSource((const char *) shapefileName, NULL);
|
||||
poDS = poDriver->CreateDataSource((const char *) shapefileName.toLocal8Bit(), NULL);
|
||||
if (poDS != NULL)
|
||||
{
|
||||
QTextCodec* saveCodec = QTextCodec::codecForName(enc.toLocal8Bit().data());
|
||||
|
Loading…
x
Reference in New Issue
Block a user