On Windows, file mapping is not case sensitive. However, a case-sensitive system will be sensitive to locale settings and will deal with three cases, not two (at least according to Unicode). For various reasons, I would like to reproduce how Windows does this outside of Windows, if possible.
Does Windows use such locale support or does it perform a more predictable pattern (for example, like C # OrdinalIgnoreCase settings)?
Billy oneal
source share