mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 13:15:39 +08:00
Unified "simplification" to ASCII only for text messages
Based on the codepage discussion of text messages * in text message value object still store the unicode string * the text is only "cleaned" up and Qt "simplified" (do not confuse with conversion to ASCII) * only place where we simplify to ASCII only is ** in VATLIB ** or the utility
This commit is contained in:
committed by
Mat Sutcliffe
parent
1e35519a0d
commit
cb084427ec
@@ -190,6 +190,7 @@ namespace BlackCore
|
||||
static QString convertToUnicodeEscaped(const QString &str);
|
||||
static VatSimType convertToSimType(BlackMisc::Simulation::CSimulatorPluginInfo &simInfo);
|
||||
static void networkLogHandler(VatSeverityLevel severity, const char *context, const char *message);
|
||||
static QString simplifyTextMessage(const QString &msg);
|
||||
void sendCustomPacket(const BlackMisc::Aviation::CCallsign &callsign, const QString &packetId, const QStringList &data);
|
||||
|
||||
//! Default model string
|
||||
|
||||
Reference in New Issue
Block a user