On Sat, 16 Sep 2006, <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to