[gcompris] Fixed missing windows codepage.



commit 0c5a4b43b660088eb5b9db1418153be9b73aa717
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Sun Jul 26 23:59:12 2009 +0200

    Fixed missing windows codepage.

 tools/create_nsis_translations.pl |   36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/tools/create_nsis_translations.pl b/tools/create_nsis_translations.pl
index 05bd4a6..5c49478 100755
--- a/tools/create_nsis_translations.pl
+++ b/tools/create_nsis_translations.pl
@@ -89,42 +89,42 @@ print "                Working dir '$tmp_dir'\n";
 my %localeNames = (
   "af" =>	["Afrikaans", "UTF-8"],
 #  "am" =>	["Amharic", "UTF-8"],
-  "ar" =>	["Arabic", "UTF-8"],
+  "ar" =>	["Arabic", "WINDOWS-1256"],
   "bg" =>	["Bulgarian", "WINDOWS-1251"],
-  "br" =>	["Breton", "UTF-8"],
+  "br" =>	["Breton", "WINDOWS-1252"],
   "ca" =>	["Catalan", "WINDOWS-1252"],
   "cs" =>	["Czech", "WINDOWS-1252"],
   "da" =>	["Danish", "WINDOWS-1252"],
   "de" =>	["German", "WINDOWS-1252"],
 #  "dz" =>	["Dzongkha", "UTF-8"],
-  "el" =>	["Greek", "UTF-8"],
+  "el" =>	["Greek", "WINDOWS-1253"],
   "en" =>	["English", "WINDOWS-1252"],
   "es" =>	["Spanish", "WINDOWS-1252"],
-  "eu" =>	["Basque", "UTF-8"],
+  "eu" =>	["Basque", "WINDOWS-1252"],
 #  "fa" =>	["Persian", "UTF-8"],
   "fi" =>	["Finnish", "WINDOWS-1252"],
   "fr" =>	["French", "WINDOWS-1252"],
-  "ga" =>	["Irish", "UTF-8"],
+  "ga" =>	["Irish", "WINDOWS-1252"],
 #  "gu" =>	["Gujarati", "UTF-8"],
   "he" =>	["Hebrew", "WINDOWS-1255"],
 #  "hi" =>	["Hindi", "UTF-8"],
-  "hr" =>	["Croatian", "UTF-8"],
+  "hr" =>	["Croatian", "WINDOWS-1250"],
   "hu" =>	["Hungarian", "WINDOWS-1250"],
-  "id" =>	["Indonesian", "UTF-8"],
+  "id" =>	["Indonesian", "WINDOWS-1252"],
   "it" =>	["Italian", "WINDOWS-1252"],
-  "ja" =>	["Japanese", "WINDOWS-932"],
+  "ja" =>	["Japanese", "CP932"],
 #  "ka" =>	["Georgian", "UTF-8"],
-  "ko" =>	["Korean", "WINDOWS-949"],
-  "lt" =>	["Lithuanian", "UTF-8"],
-  "mk" =>	["Macedonian", "UTF-8"],
+  "ko" =>	["Korean", "MSCP949"],
+  "lt" =>	["Lithuanian", "WINDOWS-1257"],
+  "mk" =>	["Macedonian", "WINDOWS-1251"],
 #  "ml" =>	["Malayalam", "UTF-8"],
 #  "mr" =>	["Marathi", "UTF-8"],
-  "ms" =>	["Malay", "UTF-8"],
+  "ms" =>	["Malay", "WINDOWS-1252"],
   "nb" =>	["Norwegian", "WINDOWS-1252"],
 #  "ne" =>	["Nepal", "UTF-8"],
   "nl" =>	["Dutch", "WINDOWS-1252"],
   "nn" =>	["NorwegianNynorsk", "UTF-8"],
-#  "oc" =>	["Occitan", "UTF-8"],
+#  "oc" =>	["Occitan", "WINDOWS-1252"],
 #  "pa" =>	["Punjabi", "UTF-8"],
   "pl" =>	["Polish", "WINDOWS-1250"],
   "pt" =>	["Portuguese", "WINDOWS-1252"],
@@ -139,14 +139,14 @@ my %localeNames = (
   "sr" =>	["Serbian", "WINDOWS-1250"],
   "sv" =>	["Swedish", "WINDOWS-1252"],
 #  "ta" =>	["Tamil", "UTF-8"],
-  "th" =>	["Thai", "UTF-8"],
-  "tr" =>	["Turkish", "UTF-8"],
-  "uk" =>	["Ukrainian", "UTF-8"],
+  "th" =>	["Thai", "WINDOWS-874"],
+  "tr" =>	["Turkish", "WINDOWS-1254"],
+  "uk" =>	["Ukrainian", "WINDOWS-1251"],
 #  "ur" =>	["Urdu", "UTF-8"],
 #  "vi" =>	["Vietnamese", "WINDOWS-1258"],
-#  "wa" =>	["Walloon", "UTF-8"],
+#  "wa" =>	["Walloon", "WINDOWS-1252"],
   "zh" =>	["SimpChinese", "WINDOWS-936"],
-  "zh" =>	["TradChinese", "WINDOWS-950"],
+  "zh" =>	["TradChinese", "CP950"],
 );
 
 my @localeKeys = keys(%localeNames);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]