>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> It enables you (us?) to treat two strings that differ only by Angus> case as if they are identical. Angus> It is guaranteed to work correctly for all locales. Let me repeat: we want 'Input' and 'input' to be the same. They are not the same under turkish locale. Conclusion: we need either (1) to use a dumb ascii-only case-compare (what we do now) or (2) to get rid of the case-insensitive thingy. JMarc