3.9.1 - Two letter ISO country codes dependent on QT ver? #2932
-
Is this dependent on what QT version is installed on the server? I've compiled 3.9.1 on Ubuntu Server 20.04 using The QT version on the server is I then modified my systemd unit to use the ISO country code (CA for Canada) instead of the numeric (38 for Canada)
but I get the following on startup:
Reverting back to country code 38 gives the expected result:
Is this a bug or am I misunderstanding something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Try using a lower case "ca" and see if that works. I have not tried your use-case, but I do see this in a portion of the new code:
|
Beta Was this translation helpful? Give feedback.
Try using a lower case "ca" and see if that works. I have not tried your use-case, but I do see this in a portion of the new code:
if ( vstrLocParts.size() >= 2 && vstrLocParts.at ( 1 ).toLower() == sTwoLetterCode )