Skip to content

Commit

Permalink
Use utf-8 if saving to kml to prevent invalid xml
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@13591 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed May 29, 2010
1 parent 1c3876f commit 4e207a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -3884,6 +3884,7 @@ void QgisApp::saveAsVectorFileGeneral( bool saveOnlySelection )
{
vectorFilename += ".kml";
}
encoding = "UTF-8";
}

// ok if the file existed it should be deleted now so we can continue...
Expand Down

0 comments on commit 4e207a1

Please sign in to comment.