Skip to content

Commit

Permalink
Revert: utf8->latin1
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Mar 25, 2021
1 parent 8379adb commit b2f2955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsdatasourceuri.cpp
Expand Up @@ -654,7 +654,7 @@ void QgsDataSourceUri::setEncodedUri( const QByteArray &uri )

void QgsDataSourceUri::setEncodedUri( const QString &uri )
{
setEncodedUri( uri.toUtf8() );
setEncodedUri( uri.toLatin1() );
}

QString QgsDataSourceUri::quotedTablename() const
Expand Down

0 comments on commit b2f2955

Please sign in to comment.