I placed that there for the reson that I do
not know what Windows turkish locale does
for environment keys, in particular the infameos
"i". - i.e. does the turkish version of windows
follow the locale rules for upper/lower case?

Peter



On 9/18/06, Stefan Bodewig <[EMAIL PROTECTED]> wrote:

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