We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 6166ecc commit 2d663b5Copy full SHA for 2d663b5
src/core/qgsproject.cpp
@@ -1159,7 +1159,7 @@ bool QgsProject::write()
1159
QTextStream projectFileStream( &imp_->file );
1160
1161
//projectFileStream << xml << endl;
1162
- doc->save( projectFileStream, 4 ); // save as utf-8
+ doc->save( projectFileStream, 2 ); // save as utf-8
1163
imp_->file.close();
1164
1165
// check if the text stream had no error - if it does
0 commit comments