Commit 0b62a165 authored by Manuel Jacob's avatar Manuel Jacob Committed by Chris Lamb
Browse files

Clarify case-dependent sorting issue.

I don’t know what was meant by “not distinguish” in the previous text, but I understand the intention. Hopefully, the new text more clearly describes the issue.
parent 0a926e8f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@ directory. Most filesystems do not guarantee that listing files in a
directory will always result in the same order.

When sorting inputs, one must ensure that the sorting order is not affected by
the system locale settings. Some locales will not distinguish between uppercase
and lowercase characters.
the system locale settings. Different locales have different orders of e.g.
uppercase characters relative to lowercase characters.

Example: Makefile
-----------------