Turkish culture has curious capitalization behavior of the letter "i". They have two "i"s, dotted and dot-less and changing the case preserves the "dotness", in other words "i" is not lowercase "I". More info about the Turkey test can be found here:
http://www.moserware.com/2008/02/does-your-code-pass-turkey-test.html
In Coco.atg, line 211 uses culturally sensitive ToLower which causes faulty behavior of IGNORECASE.
Turkish culture has curious capitalization behavior of the letter "i". They have two "i"s, dotted and dot-less and changing the case preserves the "dotness", in other words "i" is not lowercase "I". More info about the Turkey test can be found here:
http://www.moserware.com/2008/02/does-your-code-pass-turkey-test.html
In Coco.atg, line 211 uses culturally sensitive ToLower which causes faulty behavior of IGNORECASE.