Skip to content

Commit

Permalink
FlatGeobuf is always UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros authored and github-actions[bot] committed Apr 18, 2021
1 parent 69bcd22 commit 8c38eed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/qgsvectorfilewriter.cpp
Expand Up @@ -1022,7 +1022,8 @@ class QgsVectorFileWriterMetadataContainer
QStringLiteral( "*.fgb" ),
QStringLiteral( "fgb" ),
datasetOptions,
layerOptions
layerOptions,
QStringLiteral( "UTF-8" )
)
);
#endif
Expand Down

0 comments on commit 8c38eed

Please sign in to comment.