Francois Gouget : testbot/SetWinLocale: Add and remove some country and keyboard codes.

Alexandre Julliard julliard at winehq.org
Tue Oct 1 07:59:43 CDT 2019


Module: tools
Branch: master
Commit: 756637668ee6cdc8554fd5f8dd9dd6ca505905d9
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=756637668ee6cdc8554fd5f8dd9dd6ca505905d9

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Tue Oct  1 03:34:52 2019 +0200

testbot/SetWinLocale: Add and remove some country and keyboard codes.

The codes for Serbia seem to have changed after Windows 8.1. So remove
them until they are needed.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/bin/SetWinLocale | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/testbot/bin/SetWinLocale b/testbot/bin/SetWinLocale
index ca750b7..dc739d1 100755
--- a/testbot/bin/SetWinLocale
+++ b/testbot/bin/SetWinLocale
@@ -96,6 +96,8 @@ my %Countries = (
   "AF" =>   3, # Afganistan
   "AL" =>   6, # Albania
   "AM" =>   7, # Armenia
+  "AR" =>  11, # Argentina
+  "AT" =>  14, # Austria
   "AZ" =>   5, # Azerbaijan
   "BA" =>  25, # Bosnia and Herzegovina
   "BE" =>  21, # Belgium
@@ -103,9 +105,10 @@ my %Countries = (
   "BN" =>  37, # Brunei Darussalam
   "BR" =>  32, # Brazil
   "BY" =>  29, # Belarus
+  "CA" =>  39, # Canada
   "CH" => 223, # Switzerland
   "CN" =>  45, # China
-  "CS" => 271, # Serbia
+  "CX" =>  12, # Australia
   "CZ" =>  75, # Czech Republic
   "DE" =>  94, # Germany
   "DK" =>  61, # Denmark
@@ -127,6 +130,7 @@ my %Countries = (
   "IR" => 116, # Iran
   "IS" => 110, # Iceland
   "IT" => 118, # Italy
+  "KI" => 133, # Kiribati
   "JP" => 122, # Japan
   "KE" => 129, # Kenya
   "KG" => 130, # Kyrgyzstan
@@ -141,6 +145,9 @@ my %Countries = (
   "MY" => 167, # Malaysia
   "NL" => 176, # Netherlands
   "NO" => 177, # Norway
+  "NP" => 178, # Nepal
+  "PE" => 187, # Peru
+  "PF" => 318, # French Polynesia
   "PK" => 190, # Pakistan
   "PL" => 191, # Poland
   "PT" => 193, # Portugal
@@ -152,6 +159,7 @@ my %Countries = (
   "SK" => 143, # Slovakia
   "SN" => 210, # Senegal
   "TH" => 227, # Thailand
+  "TO" => 231, # Tonga
   "TR" => 235, # Turkey
   "TW" => 237, # Taiwan
   "UA" => 241, # Ukraine
@@ -231,7 +239,6 @@ my %Keyboards = (
   "sk-SK" => ["041b:0000041b"], # Slovak - Slovakia
   "sl-SI" => ["0424:00000424"], # Slovenian - Slovenia
   "sq-AL" => ["041c:0000041c"], # Albanian - Albania
-  "sr-Latn-RS" => ["241a:0000081a"], # Serbian - Serbia (Latin)
   "sv-FI" => ["081d:0000041d"], # Swedish - Finland
   "sv-SE" => ["041d:0000041d"], # Swedish - Sweden
   "sw-KE" => ["0441:00000409"], # Swahili - Kenya




More information about the wine-cvs mailing list