Skip to content

Commit

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

0 comments on commit b2d20eb

Please sign in to comment.