Prepare for locale dependent tests on mingw.
[pspp] / ChangeLog
index bcaa894ea3b7700e29c47aa7f1981f5ecf8c89aa..406353ef4b6bc9306b9c515163ed12cd62468a72 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 2011-02-11  Bruno Haible  <bruno@clisp.org>
 
+       Prepare for locale dependent tests on mingw.
+       * m4/locale-ar.m4 (gt_LOCALE_AR): On native Windows, don't try "ar"
+       because it has the wrong locale encoding.
+       * m4/locale-fr.m4 (gt_LOCALE_FR): On native Windows, try
+       French_France.1252 instead of "fr".
+       (gt_LOCALE_FR_UTF8): On native Windows, try French_France.65001.
+       * m4/locale-ja.m4 (gt_LOCALE_JA): On native Windows, don't try "ja"
+       because it has the wrong locale encoding.
+       * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Require AC_CANONICAL_HOST. On
+       native Windows, try Turkish_Turkey.65001.
+       * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): On native Windows, try
+       Chinese_China.54936.
+
        Prepare for locale dependent tests on mingw.
        * m4/locale-ar.m4 (gt_LOCALE_AR): On native Windows, call setlocale
        differently.