Locked Re: Trouble with Yaesu FT-747GX CAT #windows11 #Cat_RigControl #hamlib
Tordek <kedrot@...>
A bit of source digging later, I believe it's been caused by a change
toggle quoted message
Show quoted text
between 2.3.1 and 2.4.0, where these lines were changed from: #if defined (Q_OS_WIN) std::locale::global (std::locale ("C")); #else std::locale::global (std::locale ("en_US.UTF-8")); #endif to // reset the C+ & C global locales to the classic C locale std::locale::global (std::locale::classic ()); Versions up to 2.3.1 work correctly, and 2.4.0 exhibits the bug. Unfortunately there isn't a 2.4.0-rc4-win64 available to try, which is the latest tag before the change. On Thu, 18 Aug 2022 at 09:27, Tordek <kedrot@...> wrote:
|
|