[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nmh-workers] hardcoding en_US.UTF-8 in test cases
From: |
Ken Hornstein |
Subject: |
Re: [Nmh-workers] hardcoding en_US.UTF-8 in test cases |
Date: |
Sat, 09 Feb 2013 00:46:53 -0500 |
>locale(1) is part of POSIX.1, so 'locale -a' should do the trick.
>
>Absent locale(1), the tests should just skip over everything that
>requires locale support.
How about we default to en_US.UTF-8, and if that doesn't work we do
something like "locale -a | grep UTF-8 | head -1".
A small part of me wants to tell developers to suck it up and just
install a US locale if they want to run the tests, but I guess this
really should be fixed.
--Ken
Re: [Nmh-workers] hardcoding en_US.UTF-8 in test cases, Oliver Kiddle, 2013/02/07
Re: [Nmh-workers] hardcoding en_US.UTF-8 in test cases, Lyndon Nerenberg, 2013/02/08