summaryrefslogtreecommitdiff
path: root/m4/locale-ja.m4
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for locale dependent tests on mingw.Bruno Haible2011-02-121-28/+43
| | | | | | | | | | | | | | * 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.Bruno Haible2011-02-121-1/+11
| | | | | | | | | * m4/locale-ar.m4 (gt_LOCALE_AR): On native Windows, call setlocale differently. * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Likewise. * m4/locale-ja.m4 (gt_LOCALE_JA): Likewise. * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise. * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
| | | | Run the new "make update-copyright" rule.
* Tests: Fix LOCALE_JA on MirBSD 10.Bruno Haible2010-10-231-4/+7
| | | | | | | | * m4/locale-ja.m4 (gt_LOCALE_JA): Reject a locale identifier that leads to an UTF-8 locale. * m4/locale-fr.m4 (gt_LOCALE_FR): Likewise. * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise. Reported by Eric Blake.
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
| | | | | Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
* Use non-UTF-8 locales on MacOS X.Bruno Haible2009-01-261-49/+30
|
* many *.m4 files: improve m4 quotingJim Meyering2009-01-141-3/+3
| | | | | | | | | | | | | | | | 99% of this change was performed by running the following commands: git ls-files | grep '\.m4$' | xargs perl -pi \ -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \ -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \ -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \ -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g' perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4 The remainder were to add Copyright dates, increment serial numbers, undo some changes in comments, exclude m4/intl.m4, and add quotes around the "1" in ",1" where the unusual spacing prohibited the above regexps from doing the job. For more details, see <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
* Avoid false report of ja_JP.EUC-JP locale under Cygwin.Bruno Haible2008-12-201-1/+5
|
* Determination of a Japanese EUC-JP locale.Bruno Haible2008-12-181-0/+122