bug-coreutils
[Top][All Lists]
Advanced

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

Re: locales for testing


From: Bruno Haible
Subject: Re: locales for testing
Date: Thu, 8 May 2008 15:27:29 +0200
User-agent: KMail/1.5.4

Jim Meyering wrote:
> you'll need to include the new test only if there is
> sufficient multi-byte support and if you can find a suitable locale to
> test with.

gnulib has a few autoconf macros to determine suitables locales:

  gt_LOCALE_FR_UTF8       - french locale with UTF-8 encoding
                          - Use this to verify basic operation in UTF-8 locales.

  gt_LOCALE_TR_UTF8       - turkish locale with UTF-8 encoding
                          - Use this to verify upcase/downcase operations.

  gt_LOCALE_FR            - french locale with unibyte encoding
                          - Use this to verify classical unibyte locales.

  gt_LOCALE_ZH_CN         - chinese locale with GB18030 encoding
                          - Use this to verify operation in locales which have
                            Unicode characters but don't use UTF-8.

Bruno





reply via email to

[Prev in Thread] Current Thread [Next in Thread]