From aaf5bead64e97f74e2c8151f91f73d566953d278 Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Sat, 23 Aug 2025 22:19:01 +0200 Subject: [PATCH] fix: Update string representation for default codec --- src/misc/network/fsdsetup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc/network/fsdsetup.h b/src/misc/network/fsdsetup.h index a53c550d3..c321aa0a6 100644 --- a/src/misc/network/fsdsetup.h +++ b/src/misc/network/fsdsetup.h @@ -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(All); SWIFT_METACLASS(