mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-06 10:26:03 +08:00
fix: Update string representation for default codec
This commit is contained in:
@@ -144,7 +144,7 @@ namespace swift::misc::network
|
||||
static const CFsdSetup &vatsimStandard();
|
||||
|
||||
private:
|
||||
QString m_textCodec = "latin1";
|
||||
QString m_textCodec = "ISO-8859-1";
|
||||
int m_sendReceive = static_cast<int>(All);
|
||||
|
||||
SWIFT_METACLASS(
|
||||
|
||||
Reference in New Issue
Block a user