On Sat, 16 Sep 2006, <peterreilly@apache.org> wrote:
> + if (environmentCaseInSensitive) {
> + // Nb: using default locale as key is a env name
> + key = key.toLowerCase();
> + }
is there any guarantee that environment keys don't contain the
letter I on a turkish locale on Windows? I'd use Locale.US to be
safe.
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|